A function defined in BBMOD_AnimationPlayer.gml
change(_animation[, _loop])
Starts playing an animation from its start, only if it is a different one that the last played animation.
Name | Type | Description |
---|---|---|
_animation | Struct.BBMOD_Animation |
The animation to change to, |
_loop | Bool |
If true then the animation will be looped. Defaults to false . |
Struct.BBMOD_AnimationPlayer
Returns self
.
BBMOD_AnimationPlayer.Animation
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.