Package | away3d.animators.skeleton |
Class | public class Skeleton |
See also
Property | Defined by | ||
---|---|---|---|
joints : Vector
A flat list of Joint objects that comprise the skeleton.
| Skeleton | ||
numJoints : uint [read-only]
The amount of joints in the Skeleton
| Skeleton |
Method | Defined by | ||
---|---|---|---|
Skeleton
()
Creates a new Skeleton object
| Skeleton |
joints | property |
public var joints:Vector
A flat list of Joint objects that comprise the skeleton. Every joint except for the root has a parentIndex property that is an index into this list. A child Joint should always have a higher index than its parent.
numJoints | property |
numJoints:uint
[read-only]The amount of joints in the Skeleton
Implementation public function get numJoints():uint
Skeleton | () | constructor |
public function Skeleton()
Init Parameters