AnimModel3D

represents an animated 3d model

Constructors

this
this(Model model, raylib.ModelAnimation[] anims)
Undocumented in source.

Members

Functions

play_anim
void play_anim(int anim_index)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Reflect
Undocumented in source.

Variables

anim_frame
int anim_frame;
Undocumented in source.
anim_ix
int anim_ix;
Undocumented in source.
anim_playing
bool anim_playing;
Undocumented in source.
anims
raylib.ModelAnimation[] anims;
Undocumented in source.

Inherited Members

From Model3D

__anonymous
mixin Reflect
Undocumented in source.
model
Model model;

the model

offset
Vector3 offset;
Undocumented in source.
effect
Effect effect [@property getter]

gets the effect

effect
Effect effect [@property setter]

sets the effect

bounds
BoundingBox bounds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
debug_render
void debug_render()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta