Model
extern (C) @nogc nothrow
struct Model {
}
- bindPose
Transform* bindPose;
Undocumented in source.
- boneCount
int boneCount;
Undocumented in source.
- bones
BoneInfo* bones;
Undocumented in source.
- materialCount
int materialCount;
Undocumented in source.
- materials
Material* materials;
Undocumented in source.
- meshCount
int meshCount;
Undocumented in source.
- meshMaterial
int* meshMaterial;
Undocumented in source.
- meshes
Mesh* meshes;
Undocumented in source.
- transform
Matrix transform;
Undocumented in source.
raylib
aliasesenumsfunctionsmanifest constantsstructs