BBMOD_Animation.create_transition

A function defined in BBMOD_Animation.gml

create_transition(_timeFrom, _animTo, _timeTo)

Description

Creates a new animation transition.

Arguments

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.

Returns

Struct.BBMOD_Animation The created transition or undefined if the animations have different optimization levels or if they do not support transitions.

Do you find this page helpful?

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