| Package | com.yogurt3d.core.texture.base |
| Class | public class TextureMapBase |
| Inheritance | TextureMapBase Object |
| Implements | ITexture |
| Subclasses | CubeTextureMap, RenderTextureTarget |
| Property | Defined By | ||
|---|---|---|---|
| height : uint [read-only] | TextureMapBase | ||
| type : ETextureType [read-only] | TextureMapBase | ||
| width : uint [read-only] | TextureMapBase | ||
| Method | Defined By | ||
|---|---|---|---|
TextureMapBase(type:ETextureType) | TextureMapBase | ||
dispose():void | TextureMapBase | ||
getTexture3D(_context3D:Context3D):TextureBase | TextureMapBase | ||
| Method | Defined By | ||
|---|---|---|---|
getTextureForContext(context:Context3D):TextureBase | TextureMapBase | ||
hasTextureForContext(context:Context3D):Boolean | TextureMapBase | ||
mapTextureForContext(texture:TextureBase, context:Context3D):void | TextureMapBase | ||
| height | property |
height:uint [read-only] public function get height():uint| m_context3DMap | property |
YOGURT3D_INTERNAL var m_context3DMap:Dictionary| m_height | property |
YOGURT3D_INTERNAL var m_height:uint| m_type | property |
YOGURT3D_INTERNAL var m_type:ETextureType| m_width | property |
YOGURT3D_INTERNAL var m_width:uint| type | property |
| width | property |
width:uint [read-only] public function get width():uint| TextureMapBase | () | Constructor |
| dispose | () | method |
public function dispose():void| getTexture3D | () | method |
public function getTexture3D(_context3D:Context3D):TextureBaseParameters
_context3D:Context3D |
TextureBase |
| getTextureForContext | () | method |
protected function getTextureForContext(context:Context3D):TextureBaseParameters
context:Context3D |
TextureBase |
| hasTextureForContext | () | method |
protected function hasTextureForContext(context:Context3D):BooleanParameters
context:Context3D |
Boolean |
| mapTextureForContext | () | method |
protected function mapTextureForContext(texture:TextureBase, context:Context3D):voidParameters
texture:TextureBase | |
context:Context3D |