Function Animation.trackGetKeyTransition

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

double trackGetKeyTransition (
  const(long) track_idx,
  const(long) key_idx
) nothrow @nogc const;