| Property | Defined By | ||
|---|---|---|---|
| backface : Boolean = false | FaceMaterialVO | ||
| bitmap : BitmapData | FaceMaterialVO | ||
| cleared : Boolean = true | FaceMaterialVO | ||
| color : uint | FaceMaterialVO | ||
| height : int | FaceMaterialVO | ||
| invalidated : Boolean = true | FaceMaterialVO | ||
| invtexturemapping : Matrix | FaceMaterialVO | ||
| resized : Boolean | FaceMaterialVO | ||
| source : Object3D | FaceMaterialVO | ||
| texturemapping : Matrix | FaceMaterialVO | ||
| updated : Boolean = false | FaceMaterialVO | ||
| uvtData : Vector.<Number> | FaceMaterialVO | ||
| view : View3D | FaceMaterialVO | ||
| width : int | FaceMaterialVO | ||
| Method | Defined By | ||
|---|---|---|---|
| FaceMaterialVO | |||
clear():void | FaceMaterialVO | ||
resize(width:Number, height:Number, transparent:Boolean = true):void | FaceMaterialVO | ||
| 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| invtexturemapping | property |
public var invtexturemapping:Matrix| resized | property |
public var resized:Boolean| source | property |
public var source:Object3D| texturemapping | property |
public var texturemapping:Matrix| updated | property |
public var updated:Boolean = false| uvtData | property |
public var uvtData:Vector.<Number>| view | property |
public var view:View3D| width | property |
public var width:int| FaceMaterialVO | () | Constructor |
public function FaceMaterialVO(source:Object3D = null, view:View3D = null)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):voidParameters
width:Number | |
height:Number | |
transparent:Boolean (default = true) |