Packageorg.papervision3d.core.animation
Interfacepublic interface IAnimationDataProvider
ImplementorsDAE, MD2



Public Properties
 PropertyDefined by
  fps : uint
[read-only] Gets the default FPS.
IAnimationDataProvider
Public Methods
 MethodDefined by
  
Gets a animation channel by its name.
IAnimationDataProvider
  
Gets all animation channels for a target.
IAnimationDataProvider
  
getAnimationChannelsByClip(name:String):Array
Gets animation channels by clip name.
IAnimationDataProvider
Property detail
fpsproperty
fps:uint  [read-only]

Gets the default FPS.

Implementation
    public function get fps():uint
Method detail
getAnimationChannelByName()method
public function getAnimationChannelByName(name:String):AbstractChannel3D

Gets a animation channel by its name.

Parameters
name:String

Returns
AbstractChannel3D — the found channel.
getAnimationChannels()method 
public function getAnimationChannels(target:DisplayObject3D = null):Array

Gets all animation channels for a target. NOTE: when target is null, the object with this interface is used.

Parameters
target:DisplayObject3D (default = null) — The target to get the channels for.

Returns
Array — Array of AnimationChannel3D.
getAnimationChannelsByClip()method 
public function getAnimationChannelsByClip(name:String):Array

Gets animation channels by clip name.

Parameters
name:String — The clip name

Returns
Array — Array of AnimationChannel3D.