nw::gfx::res::ResBone Classclass ResBone : public nw::ut::ResCommon< ResBoneData >
Binary resource class that represents bones of skeletal models.
| BillboardMode | Definitions for the billboard types. |
|---|
| ResBone | Constructor. | |
|---|---|---|
ref
|
||
operator ==
|
||
operator!=
|
||
GetName
|
Gets the name. | |
GetFlags
|
Gets the flag value. | |
SetFlags
|
Sets flag value. Unset flags are disabled. | |
EnableFlags
|
Enables the flag value that has been set. Unset flags are not changed. | |
DisableFlags
|
Disables the flag value that has been set. Unset flags are not changed. | |
| GetIndex | Gets the index number. | |
| SetIndex | Sets the index number. | |
| GetParentBoneIndex | Gets the index number of the parent bone | |
| SetParentBoneIndex | Sets the index number of the parent bone | |
| GetParentBone | Gets the parent bone. | |
| GetChildBone | Gets a child bone. | |
| GetPrevSibling | Gets the previous sibling bone. | |
| GetNextSibling | Gets the next sibling bone. | |
GetTransform
|
Gets transform information. | |
SetTransform
|
Sets transform information. | |
| GetLocalMatrix | Gets the local matrix. | |
| SetLocalMatrix | Sets the local matrix. | |
| GetWorldMatrix | Gets the world matrix. | |
SetWorldMatrix
|
Sets the world matrix. | |
| GetInverseBaseMatrix | Gets the inverse matrix of the base matrix. | |
| SetInverseBaseMatrix | Sets the inverse matrix of the base matrix. | |
| GetBillboardMode | Gets the billboard display mode. | |
| SetBillboardMode | Sets the billboard display mode. | |
GetUserDataCount
|
Gets the number of instances of user data. | |
GetUserData
|
Gets user data. | |
GetUserDataIndex
|
Gets the index number of user data in the dictionary. | |
| ptr | Returns a pointer to a binary resource structure. (Derived from ResCommon) |
|
IsValid
|
Determines whether a pointer to a resource is null.(Derived from ResCommonBase.) |
|
| S |
GetClassName
|
nw::ut::ResCommonBase
nw::ut::ResCommon
nw::gfx::res::ResBone
CONFIDENTIAL