Свойство | Type | Description | |
---|---|---|---|
Bones | FSO.Vitaboy.Bone[] | ||
Name | string | ||
RootBone |
Méthode | 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.
|
Méthode | 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. |
Résultat | void |
public GetBone ( string name ) : |
||
name | string | The name of a bone. |
Résultat |
public Read ( Stream stream ) : void | ||
stream | Stream | A Stream instance holding a skeleton. |
Résultat | void |