Property | Defined by | ||
---|---|---|---|
animated : Boolean | DaeTransform | ||
sid : String sid - optional
| DaeTransform | ||
type : String type - required
| DaeTransform | ||
values : Array | DaeTransform |
Method | Defined by | ||
---|---|---|---|
DaeTransform(type:String, sid:String, values:Array)
| DaeTransform | ||
validateValues():Boolean
| DaeTransform |
animated | property |
public var animated:Boolean
sid | property |
public var sid:String
sid - optional
type | property |
public var type:String
type - required
values | property |
public var values:Array
DaeTransform | () | constructor |
public function DaeTransform(type:String, sid:String, values:Array)
Parameters
type:String |
|
sid:String |
|
values:Array |
validateValues | () | method |
public function validateValues():Boolean
Returns
Boolean |