A function defined in BBMOD_Animation.gml
create_transition(_timeFrom, _animTo, _timeTo)
Creates a new animation transition.
Name | Type | Description |
---|---|---|
_timeFrom | Real |
Animation time of this animation that we are transitioning from. |
_animTo | Struct.BBMOD_Animation |
The animation to transition to. |
_timeTo | Real |
Animation time of the target animation. |
Struct.BBMOD_Animation
The created transition or undefined
if the animations have different optimization levels or if they do not support transitions.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.