Packageaway3d.core.utils
Classpublic class FaceMaterialVO

Public Properties
 PropertyDefined 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
  view : View3D
FaceMaterialVO
  width : int
FaceMaterialVO
Public Methods
 MethodDefined by
  
FaceMaterialVO
(source:Object3D = null, view:View3D = null)
FaceMaterialVO
  
clear():void
FaceMaterialVO
  
resize(width:Number, height:Number, transparent:Boolean = true):void
FaceMaterialVO
Property detail
backfaceproperty
public var backface:Boolean = false
bitmapproperty 
public var bitmap:BitmapData
clearedproperty 
public var cleared:Boolean = true
colorproperty 
public var color:uint
heightproperty 
public var height:int
invalidatedproperty 
public var invalidated:Boolean = true
invtexturemappingproperty 
public var invtexturemapping:Matrix
resizedproperty 
public var resized:Boolean
sourceproperty 
public var source:Object3D
texturemappingproperty 
public var texturemapping:Matrix
updatedproperty 
public var updated:Boolean = false
viewproperty 
public var view:View3D
widthproperty 
public var width:int
Constructor detail
FaceMaterialVO()constructor
public function FaceMaterialVO(source:Object3D = null, view:View3D = null)Parameters
source:Object3D (default = null)
 
view:View3D (default = null)
Init Parameters
Method detail
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)
Wiki link
Click to go to the wiki page for 'away3d.core.utils.FaceMaterialVO'

Code examples

Comments