A constructor defined in BBMOD_AnimationInstance.gml
new BBMOD_AnimationInstance(_animation)
An instance of an animation. Used for animation playback.
Name | Type | Description |
---|---|---|
_animation | Struct.BBMOD_Animation |
An animation to create an instance of. |
Name | Description |
---|---|
Animation | The animation to be played. |
Loop | If true then the animation should be looped. |
BBMOD_Animation, BBMOD_AnimationPlayer, BBMOD_AnimationState, BBMOD_AnimationStateMachine
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.