Packageaway3d.textures
Classpublic class BitmapTextureCache
InheritanceBitmapTextureCache Inheritance Object

DEPRECRATED along with BitmapMaterial. Will be removed along with BitmapMaterial



Public Methods
 MethodDefined By
  
BitmapTextureCache(singletonEnforcer:SingletonEnforcer)
BitmapTextureCache
  
BitmapTextureCache
  
[static]
BitmapTextureCache
  
getTexture(bitmapData:BitmapData):BitmapTexture
BitmapTextureCache
Constructor Detail
BitmapTextureCache()Constructor
public function BitmapTextureCache(singletonEnforcer:SingletonEnforcer)



Parameters
singletonEnforcer:SingletonEnforcer
Method Detail
freeTexture()method
public function freeTexture(texture:BitmapTexture):void

Parameters

texture:BitmapTexture

getInstance()method 
public static function getInstance():BitmapTextureCache

Returns
BitmapTextureCache
getTexture()method 
public function getTexture(bitmapData:BitmapData):BitmapTexture

Parameters

bitmapData:BitmapData

Returns
BitmapTexture