Packagecom.yogurt3d.core.texture
Classpublic class RenderTextureTarget
InheritanceRenderTextureTarget Inheritance TextureMapBase Inheritance Object
Subclasses BackBuffer



Public Properties
 PropertyDefined By
 Inheritedheight : uint
[read-only]
TextureMapBase
 Inheritedtype : ETextureType
[read-only]
TextureMapBase
 Inheritedwidth : uint
[read-only]
TextureMapBase
Public Methods
 MethodDefined By
  
RenderTextureTarget(width:uint, height:uint)
RenderTextureTarget
 Inherited
dispose():void
TextureMapBase
  
getTexture3D(_context3D:Context3D):TextureBase
[override]
RenderTextureTarget
Protected Methods
 MethodDefined By
 Inherited
getTextureForContext(context:Context3D):TextureBase
TextureMapBase
 Inherited
hasTextureForContext(context:Context3D):Boolean
TextureMapBase
 Inherited
mapTextureForContext(texture:TextureBase, context:Context3D):void
TextureMapBase
Constructor Detail
RenderTextureTarget()Constructor
public function RenderTextureTarget(width:uint, height:uint)



Parameters
width:uint
 
height:uint
Method Detail
getTexture3D()method
override public function getTexture3D(_context3D:Context3D):TextureBase

Parameters

_context3D:Context3D

Returns
TextureBase