| Package | away3d.textures |
| Class | public class SpecularBitmapTexture |
| Inheritance | SpecularBitmapTexture BitmapTexture Texture2DBase TextureProxyBase NamedAssetBase flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
![]() | assetFullPath : Array [read-only] | NamedAssetBase | |
![]() | assetNamespace : String [read-only] | NamedAssetBase | |
![]() | assetType : String [read-only] | TextureProxyBase | |
![]() | bitmapData : BitmapData | BitmapTexture | |
![]() | format : String [read-only] | TextureProxyBase | |
| glossMap : BitmapData | SpecularBitmapTexture | ||
![]() | hasMipMaps : Boolean [read-only] | TextureProxyBase | |
![]() | height : int [read-only] | TextureProxyBase | |
![]() | name : String | NamedAssetBase | |
![]() | originalName : String [read-only]
The original name used for this asset in the resource (e.g. | NamedAssetBase | |
| specularMap : BitmapData | SpecularBitmapTexture | ||
![]() | width : int [read-only] | TextureProxyBase | |
| Method | Defined By | ||
|---|---|---|---|
SpecularBitmapTexture(specularMap:BitmapData = null, glossMap:BitmapData = null) | SpecularBitmapTexture | ||
![]() | assetPathEquals(name:String, ns:String):Boolean | NamedAssetBase | |
dispose():void [override] | SpecularBitmapTexture | ||
![]() | 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] | Texture2DBase | |
![]() | invalidateSize():void | TextureProxyBase | |
![]() | setSize(width:int, height:int):void | TextureProxyBase | |
uploadContent(texture:TextureBase):void [override] | SpecularBitmapTexture | ||
| glossMap | property |
glossMap:BitmapData public function get glossMap():BitmapData public function set glossMap(value:BitmapData):void| specularMap | property |
specularMap:BitmapData public function get specularMap():BitmapData public function set specularMap(value:BitmapData):void| SpecularBitmapTexture | () | Constructor |
public function SpecularBitmapTexture(specularMap:BitmapData = null, glossMap:BitmapData = null)specularMap:BitmapData (default = null) | |
glossMap:BitmapData (default = null) |
| dispose | () | method |
override public function dispose():void| uploadContent | () | method |
override protected function uploadContent(texture:TextureBase):voidParameters
texture:TextureBase |