Packageorg.ascollada.types
Classpublic class DaeTransform



Public Properties
 PropertyDefined by
  animated : Boolean
DaeTransform
  sid : String
sid - optional
DaeTransform
  type : String
type - required
DaeTransform
  values : Array
DaeTransform
Public Methods
 MethodDefined by
  
DaeTransform(type:String, sid:String, values:Array)
DaeTransform
  
validateValues():Boolean
DaeTransform
Property detail
animatedproperty
public var animated:Boolean

sidproperty 
public var sid:String

sid - optional

typeproperty 
public var type:String

type - required

valuesproperty 
public var values:Array

Constructor detail
DaeTransform()constructor
public function DaeTransform(type:String, sid:String, values:Array)

Parameters
type:String
 
sid:String
 
values:Array
Method detail
validateValues()method
public function validateValues():Boolean

Returns
Boolean