| Package | away3d.core.utils |
| Class | public class FaceDictionaryVO |
| Property | Defined by | ||
|---|---|---|---|
| bitmap : BitmapData | FaceDictionaryVO | ||
| dirty : Boolean | FaceDictionaryVO | ||
| Method | Defined by | ||
|---|---|---|---|
|
FaceDictionaryVO
(width:Number = 0, height:Number = 0) | FaceDictionaryVO | ||
|
clear():void
| FaceDictionaryVO | ||
|
reset(width:Number, height:Number):void
| FaceDictionaryVO | ||
| bitmap | property |
public var bitmap:BitmapData
| dirty | property |
public var dirty:Boolean
| FaceDictionaryVO | () | constructor |
public function FaceDictionaryVO(width:Number = 0, height:Number = 0)Parameters
width:Number (default = 0) |
|
height:Number (default = 0) |
| clear | () | method |
public function clear():void
| reset | () | method |
public function reset(width:Number, height:Number):void
Parameters
width:Number |
|
height:Number |