Packageaway3d.textures
Classpublic class BitmapCubeTexture
InheritanceBitmapCubeTexture Inheritance CubeTextureBase Inheritance TextureProxyBase Inheritance NamedAssetBase Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
 InheritedassetFullPath : Array
[read-only]
NamedAssetBase
 InheritedassetNamespace : String
[read-only]
NamedAssetBase
 InheritedassetType : String
[read-only]
TextureProxyBase
 Inheritedheight : int
[read-only]
TextureProxyBase
 Inheritedname : String
NamedAssetBase
  negativeX : BitmapData
The texture on the cube's left face.
BitmapCubeTexture
  negativeY : BitmapData
The texture on the cube's bottom face.
BitmapCubeTexture
  negativeZ : BitmapData
The texture on the cube's near face.
BitmapCubeTexture
 InheritedoriginalName : String
[read-only] The original name used for this asset in the resource (e.g.
NamedAssetBase
  positiveX : BitmapData
The texture on the cube's right face.
BitmapCubeTexture
  positiveY : BitmapData
The texture on the cube's top face.
BitmapCubeTexture
  positiveZ : BitmapData
The texture on the cube's far face.
BitmapCubeTexture
 Inheritedsize : int
[read-only]
CubeTextureBase
 Inheritedwidth : int
[read-only]
TextureProxyBase
Protected Properties
 PropertyDefined By
 Inherited_dirty : Vector.<Context3D>
TextureProxyBase
 Inherited_height : int
TextureProxyBase
 Inherited_textures : Vector.<TextureBase>
TextureProxyBase
 Inherited_width : int
TextureProxyBase
Public Methods
 MethodDefined By
  
BitmapCubeTexture(posX:BitmapData, negX:BitmapData, posY:BitmapData, negY:BitmapData, posZ:BitmapData, negZ:BitmapData)
BitmapCubeTexture
 Inherited
assetPathEquals(name:String, ns:String):Boolean
NamedAssetBase
 Inherited
dispose():void
Cleans up resources used by this asset.
TextureProxyBase
 Inherited
getTextureForStage3D(stage3DProxy:Stage3DProxy):TextureBase
TextureProxyBase
 Inherited
TextureProxyBase
 Inherited
resetAssetPath(name:String, ns:String = null, overrideOriginal:Boolean = true):void
NamedAssetBase
Protected Methods
 MethodDefined By
 Inherited
createTexture(context:Context3D):TextureBase
[override]
CubeTextureBase
 Inherited
TextureProxyBase
 Inherited
setSize(width:int, height:int):void
TextureProxyBase
  
uploadContent(texture:TextureBase):void
[override]
BitmapCubeTexture
Public Constants
 ConstantDefined By
 InheritedDEFAULT_NAMESPACE : String = default
[static]
NamedAssetBase
Property Detail
negativeXproperty
negativeX:BitmapData

The texture on the cube's left face.


Implementation
    public function get negativeX():BitmapData
    public function set negativeX(value:BitmapData):void
negativeYproperty 
negativeY:BitmapData

The texture on the cube's bottom face.


Implementation
    public function get negativeY():BitmapData
    public function set negativeY(value:BitmapData):void
negativeZproperty 
negativeZ:BitmapData

The texture on the cube's near face.


Implementation
    public function get negativeZ():BitmapData
    public function set negativeZ(value:BitmapData):void
positiveXproperty 
positiveX:BitmapData

The texture on the cube's right face.


Implementation
    public function get positiveX():BitmapData
    public function set positiveX(value:BitmapData):void
positiveYproperty 
positiveY:BitmapData

The texture on the cube's top face.


Implementation
    public function get positiveY():BitmapData
    public function set positiveY(value:BitmapData):void
positiveZproperty 
positiveZ:BitmapData

The texture on the cube's far face.


Implementation
    public function get positiveZ():BitmapData
    public function set positiveZ(value:BitmapData):void
Constructor Detail
BitmapCubeTexture()Constructor
public function BitmapCubeTexture(posX:BitmapData, negX:BitmapData, posY:BitmapData, negY:BitmapData, posZ:BitmapData, negZ:BitmapData)



Parameters
posX:BitmapData
 
negX:BitmapData
 
posY:BitmapData
 
negY:BitmapData
 
posZ:BitmapData
 
negZ:BitmapData
Method Detail
uploadContent()method
override protected function uploadContent(texture:TextureBase):void

Parameters

texture:TextureBase