| Package | away3d.textures |
| Class | public class BitmapCubeTexture |
| Inheritance | BitmapCubeTexture CubeTextureBase TextureProxyBase NamedAssetBase flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
![]() | assetFullPath : Array [read-only] | NamedAssetBase | |
![]() | assetNamespace : String [read-only] | NamedAssetBase | |
![]() | assetType : String [read-only] | TextureProxyBase | |
![]() | format : String [read-only] | TextureProxyBase | |
![]() | hasMipMaps : Boolean [read-only] | TextureProxyBase | |
![]() | height : int [read-only] | TextureProxyBase | |
![]() | name : 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 | ||
![]() | originalName : 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 | ||
![]() | size : int [read-only] | CubeTextureBase | |
![]() | width : int [read-only] | TextureProxyBase | |
| Method | Defined By | ||
|---|---|---|---|
BitmapCubeTexture(posX:BitmapData, negX:BitmapData, posY:BitmapData, negY:BitmapData, posZ:BitmapData, negZ:BitmapData) | BitmapCubeTexture | ||
![]() | assetPathEquals(name:String, ns:String):Boolean | NamedAssetBase | |
![]() | dispose():void
Cleans up resources used by this asset. | TextureProxyBase | |
![]() | getTextureForStage3D(stage3DProxy:Stage3DProxy):TextureBase | TextureProxyBase | |
![]() | invalidateContent():void | TextureProxyBase | |
![]() | resetAssetPath(name:String, ns:String = null, overrideOriginal:Boolean = true):void | NamedAssetBase | |
| Method | Defined By | ||
|---|---|---|---|
![]() | createTexture(context:Context3D):TextureBase [override] | CubeTextureBase | |
![]() | invalidateSize():void | TextureProxyBase | |
![]() | setSize(width:int, height:int):void | TextureProxyBase | |
uploadContent(texture:TextureBase):void [override] | BitmapCubeTexture | ||
| negativeX | property |
negativeX:BitmapDataThe texture on the cube's left face.
public function get negativeX():BitmapData public function set negativeX(value:BitmapData):void| negativeY | property |
negativeY:BitmapDataThe texture on the cube's bottom face.
public function get negativeY():BitmapData public function set negativeY(value:BitmapData):void| negativeZ | property |
negativeZ:BitmapDataThe texture on the cube's near face.
public function get negativeZ():BitmapData public function set negativeZ(value:BitmapData):void| positiveX | property |
positiveX:BitmapDataThe texture on the cube's right face.
public function get positiveX():BitmapData public function set positiveX(value:BitmapData):void| positiveY | property |
positiveY:BitmapDataThe texture on the cube's top face.
public function get positiveY():BitmapData public function set positiveY(value:BitmapData):void| positiveZ | property |
positiveZ:BitmapDataThe texture on the cube's far face.
public function get positiveZ():BitmapData public function set positiveZ(value:BitmapData):void| BitmapCubeTexture | () | Constructor |
public function BitmapCubeTexture(posX:BitmapData, negX:BitmapData, posY:BitmapData, negY:BitmapData, posZ:BitmapData, negZ:BitmapData)posX:BitmapData | |
negX:BitmapData | |
posY:BitmapData | |
negY:BitmapData | |
posZ:BitmapData | |
negZ:BitmapData |
| uploadContent | () | method |
override protected function uploadContent(texture:TextureBase):voidParameters
texture:TextureBase |