Function Animation.trackGetKeyTransition
Returns the transition curve (easing) for a specific key (see the built-in math function @GDScript
).
double trackGetKeyTransition
(
const(long) track_idx,
const(long) key_idx
) nothrow @nogc const;