VocabularyraylibClass descriptionRepresents information about a animation for a 3D model.
Fields| name | char[32] | Animation name |
| boneCount | int | Number of bones (per pose). |
| keyframeCount | int | Number of animation key frames. |
| keyframePoses | Transform** | Animation sequence keyframe poses |
DefinitionMethods