Animation.trackSetKeyTransition

Sets the transition curve (easing) for a specific key (see the built-in math function @GDScript.ease).

struct Animation
@nogc nothrow
void
trackSetKeyTransition
(
in long track_idx
,
in long key_idx
,
in double transition
)

Meta