Property | Type | Description | |
---|---|---|---|
Bones | FSO.Vitaboy.Bone[] | ||
Name | string | ||
RootBone |
Method | Description | |
---|---|---|
Clone ( ) : |
Clones this skeleton.
|
|
ComputeBonePositions ( |
Computes the absolute position for all the bones in this skeleton.
|
|
GetBone ( string name ) : |
Gets a bone from this Skeleton instance.
|
|
Read ( Stream stream ) : void |
Reads a skeleton from a stream.
|
Method | Description | |
---|---|---|
ReadBone ( |
Reads a bone from a IOBuffer.
|
public ComputeBonePositions ( |
||
bone | The bone to start with, should always be the ROOT bone. | |
world | Matrix | A world matrix to use in the calculation. |
return | void |
public GetBone ( string name ) : |
||
name | string | The name of a bone. |
return |
public Read ( Stream stream ) : void | ||
stream | Stream | A Stream instance holding a skeleton. |
return | void |