Package | away3d.core.utils |
Class | public class FaceVO |
Property | Defined by | ||
---|---|---|---|
backface : Boolean = false | FaceVO | ||
bitmap : BitmapData | FaceVO | ||
cleared : Boolean = true | FaceVO | ||
color : uint | FaceVO | ||
height : int | FaceVO | ||
invalidated : Boolean = true | FaceVO | ||
mapping : Matrix | FaceVO | ||
resized : Boolean | FaceVO | ||
source : Object3D | FaceVO | ||
updated : Boolean = false | FaceVO | ||
view : View3D | FaceVO | ||
width : int | FaceVO |
Method | Defined by | ||
---|---|---|---|
FaceVO | |||
clear():void
| FaceVO | ||
resize(width:Number, height:Number, transparent:Boolean = true):void
| FaceVO |
backface | property |
public var backface:Boolean = false
bitmap | property |
public var bitmap:BitmapData
cleared | property |
public var cleared:Boolean = true
color | property |
public var color:uint
height | property |
public var height:int
invalidated | property |
public var invalidated:Boolean = true
mapping | property |
public var mapping:Matrix
resized | property |
public var resized:Boolean
source | property |
public var source:Object3D
updated | property |
public var updated:Boolean = false
view | property |
public var view:View3D
width | property |
public var width:int
FaceVO | () | constructor |
public function FaceVO(source:Object3D = null, view:View3D = null)
Parameters
source:Object3D (default = null )
|
|
view:View3D (default = null )
|
clear | () | method |
public function clear():void
resize | () | method |
public function resize(width:Number, height:Number, transparent:Boolean = true):void
Parameters
width:Number |
|
height:Number |
|
transparent:Boolean (default = true )
|