Pose¶
Inherited: None
Description¶
Public Methods¶
Static Methods¶
None
Methods Description¶
void Pose::addBone (Bone & bone)
Adds a bone to the pose.
const Bone * Pose::bone (int index) const
Returns a bone with index.
Note: Returns nullptr in case no such bone.
int Pose::boneCount () const
Returns the count of bones for the current pose which was affected.
void Pose::clear ()
Removes all bones from pose.