Property | Type | Description | |
---|---|---|---|
bone_name | string | ||
flame_no | uint | ||
interpolation | byte[] | ||
location | Vector3 | ||
rotation | Quaternion |
Method | Description | |
---|---|---|
GetInterpolation ( int i, int j, int k ) : byte | ||
Motion ( BinaryReader bin ) | ||
SetInterpolation ( byte val, int i, int j, int k ) : void |
public GetInterpolation ( int i, int j, int k ) : byte | ||
i | int | |
j | int | |
k | int | |
return | byte |
public SetInterpolation ( byte val, int i, int j, int k ) : void | ||
val | byte | |
i | int | |
j | int | |
k | int | |
return | void |