프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BoneCount | ushort | ||
Bones | List |
||
Name | string | ||
RootBone |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
FindBone ( string BoneName ) : int |
Finds the bone in this skeleton with the given name.
|
|
Skeleton ( Stream Data ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool CleanUpManagedResources ) : void |
protected Dispose ( bool CleanUpManagedResources ) : void | ||
CleanUpManagedResources | bool | |
리턴 | void |
public FindBone ( string BoneName ) : int | ||
BoneName | string | Name of bone to find. |
리턴 | int |