- Messages related to the
Modelmodule.
Static variables
staticread onlymodel_animation_done:Message<ModelMessageModelAnimationDone> = new Message<ModelMessageModelAnimationDone>("model_animation_done")
- Reports the completion of a Model animation.
This message is sent when a Model animation has finished playing back to the script that started the animation.
No message is sent if a completion callback function was supplied
when the animation was started. No message is sent if the animation is cancelled with
Model.cancel. This message is sent only for animations that play with
the following playback modes:
* `GoPlayback.PLAYBACK_ONCE_FORWARD`
* `GoPlayback.PLAYBACK_ONCE_BACKWARD`
* `GoPlayback.PLAYBACK_ONCE_PINGPONG`