Function Animation.trackSetKeyTransition

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

void trackSetKeyTransition (
  const(long) track_idx,
  const(long) key_idx,
  const(double) transition
) nothrow @nogc;