VocabularyraylibClass descriptionRepresents information about a animation for a 3D model.
Fields| boneCount | int | Number of bones. |
| frameCount | int | Number of animation frames. |
| _bones | BoneInfo** | Bones information (skeleton). |
| framePoses | Transform** | Poses array by frame |
| name | char[32] | Animation name |
DefinitionMethods