Store for all animation channels associated with an externally loaded file.
public function addChannel(name:String, xml:XML, channelIndex:int):ChannelData
Adds an animation channel name reference to the library.
Parameters
| name:String |
|
| xml:XML |
|
| channelIndex:int |
Returns
public function getChannel(name:String):ChannelData
Returns an animation channel data object for the given name reference in the library.
Parameters
Returns
public function getChannelArray():Array
Returns an array of all animation channels.
Returns