Animation.trackGetKeyTransition

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

struct Animation
@nogc nothrow const
double
trackGetKeyTransition
(
in long track_idx
,
in long key_idx
)

Meta