Function Animation.transformTrackInsertKey

Insert a transform key for a transform track.

long transformTrackInsertKey (
  const(long) track_idx,
  const(double) time,
  const(Vector3) location,
  const(Quat) rotation,
  const(Vector3) scale
) nothrow @nogc;