BBMOD_AnimationInstance

A constructor defined in BBMOD_AnimationInstance.gml

new BBMOD_AnimationInstance(_animation)

Description

An instance of an animation. Used for animation playback.

Arguments

Name Type Description
_animation Struct.BBMOD_Animation An animation to create an instance of.

Properties

Name Description
Animation The animation to be played.
Loop If true then the animation should be looped.

See also

BBMOD_Animation, BBMOD_AnimationPlayer, BBMOD_AnimationState, BBMOD_AnimationStateMachine

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.