Declare internal structure for a joint.
More...
#include <Skeleton.h>
|
| Joint ()=default |
|
| Joint (const string_view &inName, const string_view &inParentName, int inParentJointIndex) |
|
Declare internal structure for a joint.
◆ Joint() [1/2]
Skeleton::Joint::Joint |
( |
| ) |
|
|
default |
◆ Joint() [2/2]
Skeleton::Joint::Joint |
( |
const string_view & |
inName, |
|
|
const string_view & |
inParentName, |
|
|
int |
inParentJointIndex |
|
) |
| |
|
inline |
◆ mName
◆ mParentJointIndex
int Skeleton::Joint::mParentJointIndex = -1 |
Index of parent joint (in mJoints) or -1 if it has no parent.
◆ mParentName
String Skeleton::Joint::mParentName |
The documentation for this class was generated from the following file: