Property | Type | Description | |
---|---|---|---|
BoneCount | ushort | ||
Bones | List |
||
Name | string | ||
RootBone |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FindBone ( string BoneName ) : int |
Finds the bone in this skeleton with the given name.
|
|
Skeleton ( Stream Data ) : System |
Method | Description | |
---|---|---|
Dispose ( bool CleanUpManagedResources ) : void |
protected Dispose ( bool CleanUpManagedResources ) : void | ||
CleanUpManagedResources | bool | |
return | void |
public FindBone ( string BoneName ) : int | ||
BoneName | string | Name of bone to find. |
return | int |