| Property | Defined by | ||
|---|---|---|---|
| matrix : Array matrix created from type and values
| DaeTransform | ||
| sid : String sid - optional
| DaeTransform | ||
| type : String type - required
| DaeTransform | ||
| values : Array | DaeTransform | ||
| Method | Defined by | ||
|---|---|---|---|
|
DaeTransform(type:String, sid:String, values:Array, yUp:Boolean = false)
| DaeTransform | ||
|
buildAnimatedMatrices(channel:DaeChannel):Array
| DaeTransform | ||
|
buildMatrix():Array
| DaeTransform | ||
|
validateValues():Boolean
| DaeTransform | ||
| matrix | property |
public var matrix:Arraymatrix created from type and values
| sid | property |
public var sid:Stringsid - optional
| type | property |
public var type:Stringtype - required
| values | property |
public var values:Array
| DaeTransform | () | constructor |
public function DaeTransform(type:String, sid:String, values:Array, yUp:Boolean = false)Parameters
type:String |
|
sid:String |
|
values:Array |
|
yUp:Boolean (default = false) |
| buildAnimatedMatrices | () | method |
public function buildAnimatedMatrices(channel:DaeChannel):ArrayParameters
channel:DaeChannel — the animation channel. |
Array |
See also
| buildMatrix | () | method |
public function buildMatrix():ArrayReturns
Array |
| validateValues | () | method |
public function validateValues():BooleanReturns
Boolean |