| Package | org.papervision3d.core.animation |
| Interface | public interface IAnimationDataProvider |
| Implementors | DAE, MD2 |
| Property | Defined by | ||
|---|---|---|---|
| fps : uint [read-only]
Gets the default FPS.
| IAnimationDataProvider | ||
| Method | Defined by | ||
|---|---|---|---|
|
getAnimationChannelByName(name:String):AbstractChannel3D
Gets a animation channel by its name.
| IAnimationDataProvider | ||
|
getAnimationChannels(target:DisplayObject3D = null):Array
Gets all animation channels for a target.
| IAnimationDataProvider | ||
|
getAnimationChannelsByClip(name:String):Array
Gets animation channels by clip name.
| IAnimationDataProvider | ||
| fps | property |
fps:uint [read-only]Gets the default FPS.
Implementation public function get fps():uint
| getAnimationChannelByName | () | method |
public function getAnimationChannelByName(name:String):AbstractChannel3DGets a animation channel by its name.
Parametersname:String |
AbstractChannel3D —
the found channel.
|
| getAnimationChannels | () | method |
public function getAnimationChannels(target:DisplayObject3D = null):ArrayGets all animation channels for a target. NOTE: when target is null, the object with this interface is used.
Parameterstarget:DisplayObject3D (default = null) — The target to get the channels for.
|
Array — Array of AnimationChannel3D.
|
| getAnimationChannelsByClip | () | method |
public function getAnimationChannelsByClip(name:String):ArrayGets animation channels by clip name.
Parametersname:String — The clip name
|
Array — Array of AnimationChannel3D.
|