Model animation.
More...
|
static std::vector< ModelAnimation > | Load (const std::string &fileName) |
| Load model animations from file.
|
|
Model animation.
Definition at line 15 of file ModelAnimation.hpp.
◆ GetBoneCount()
int raylib::ModelAnimation::GetBoneCount |
( |
| ) |
const |
|
inline |
Retrieves the boneCount value for the object.
- Returns
- The boneCount value of the object.
Definition at line 45 of file ModelAnimation.hpp.
◆ GetBones()
::BoneInfo* raylib::ModelAnimation::GetBones |
( |
| ) |
const |
|
inline |
Retrieves the bones value for the object.
- Returns
- The bones value of the object.
Definition at line 46 of file ModelAnimation.hpp.
◆ GetFrameCount()
int raylib::ModelAnimation::GetFrameCount |
( |
| ) |
const |
|
inline |
Retrieves the frameCount value for the object.
- Returns
- The frameCount value of the object.
Definition at line 47 of file ModelAnimation.hpp.
◆ GetFramePoses()
::Transform** raylib::ModelAnimation::GetFramePoses |
( |
| ) |
const |
|
inline |
Retrieves the framePoses value for the object.
- Returns
- The framePoses value of the object.
Definition at line 48 of file ModelAnimation.hpp.
◆ SetBoneCount()
void raylib::ModelAnimation::SetBoneCount |
( |
int |
value | ) |
|
|
inline |
Sets the boneCount value for the object.
- Parameters
-
value | The value of which to set boneCount to. |
Definition at line 45 of file ModelAnimation.hpp.
◆ SetBones()
void raylib::ModelAnimation::SetBones |
( |
::BoneInfo * |
value | ) |
|
|
inline |
Sets the bones value for the object.
- Parameters
-
value | The value of which to set bones to. |
Definition at line 46 of file ModelAnimation.hpp.
◆ SetFrameCount()
void raylib::ModelAnimation::SetFrameCount |
( |
int |
value | ) |
|
|
inline |
Sets the frameCount value for the object.
- Parameters
-
value | The value of which to set frameCount to. |
Definition at line 47 of file ModelAnimation.hpp.
◆ SetFramePoses()
void raylib::ModelAnimation::SetFramePoses |
( |
::Transform ** |
value | ) |
|
|
inline |
Sets the framePoses value for the object.
- Parameters
-
value | The value of which to set framePoses to. |
Definition at line 48 of file ModelAnimation.hpp.