Packageaway3d.textures
Classpublic class RenderCubeTexture
InheritanceRenderCubeTexture 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
 InheritedoriginalName : String
[read-only] The original name used for this asset in the resource (e.g.
NamedAssetBase
  size : int
RenderCubeTexture
 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
  
RenderCubeTexture(size:Number)
RenderCubeTexture
 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
  
createTexture(context:Context3D):TextureBase
[override]
RenderCubeTexture
 Inherited
TextureProxyBase
 Inherited
setSize(width:int, height:int):void
TextureProxyBase
  
uploadContent(texture:TextureBase):void
[override]
RenderCubeTexture
Public Constants
 ConstantDefined By
 InheritedDEFAULT_NAMESPACE : String = default
[static]
NamedAssetBase
Property Detail
sizeproperty
size:int


Implementation
    public function get size():int
    public function set size(value:int):void
Constructor Detail
RenderCubeTexture()Constructor
public function RenderCubeTexture(size:Number)



Parameters
size:Number
Method Detail
createTexture()method
override protected function createTexture(context:Context3D):TextureBase

Parameters

context:Context3D

Returns
TextureBase
uploadContent()method 
override protected function uploadContent(texture:TextureBase):void

Parameters

texture:TextureBase