A function defined in BBMOD_AnimationPlayer.gml
update(_deltaTime)
Updates the animation player. This should be called every frame in the step event.
Name | Type | Description |
---|---|---|
_deltaTime | Real |
How much time has passed since the last frame (in microseconds). |
Struct.BBMOD_AnimationPlayer
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.