Packageaway3d.textures
Classpublic class SplatBlendBitmapTexture
InheritanceSplatBlendBitmapTexture Inheritance BitmapTexture Inheritance Texture2DBase 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
 InheritedbitmapData : BitmapData
BitmapTexture
 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
 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
  
SplatBlendBitmapTexture(blendingData:Array, normalize:Boolean = false)
SplatBlendBitmapTexture
 Inherited
assetPathEquals(name:String, ns:String):Boolean
NamedAssetBase
  
dispose():void
[override]
SplatBlendBitmapTexture
 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]
Texture2DBase
 Inherited
TextureProxyBase
 Inherited
setSize(width:int, height:int):void
TextureProxyBase
 Inherited
uploadContent(texture:TextureBase):void
[override]
BitmapTexture
Public Constants
 ConstantDefined By
 InheritedDEFAULT_NAMESPACE : String = default
[static]
NamedAssetBase
Constructor Detail
SplatBlendBitmapTexture()Constructor
public function SplatBlendBitmapTexture(blendingData:Array, normalize:Boolean = false)

Parameters
blendingData:Array — An array of BitmapData objects to be used for the blend data, as required by TerrainDiffuseMethod.
 
normalize:Boolean (default = false)
Method Detail
dispose()method
override public function dispose():void