Allows you to load and parse Sandy Animation File (.SA).
static public onInitEVENT:EventTypestatic public onLoadEVENT:EventTypestatic public onFailEVENT:EventTypestatic public onProgressEVENT:EventTypestatic public INTERVAL:Numberstatic public ITERATIONS_PER_INTERVAL:Numberstatic public function addEventListener(t:EventType, o):VoidAdd a listener for a specific event.
t | EventType The type of event we want to register |
o | The object listener |
static public function removeEventListener(e:EventType, oL):VoidRemove a listener for a specific event.
e | String The type of event we want to register |
oL | The object listener |
static public function parse(o:AnimationData, url:String):VoidInitialize the object passed in parameter (which should be new) with the datas stored in the ASE file given in second parameter
o | AnimationData The AnimationData we want to fill |
url | String The url of the .ASE file used to initialized the Object3D |