Function Animation.copyTrack

Adds a new track that is a copy of the given track from to_animation.

void copyTrack (
  const(long) track_idx,
  Animation to_animation
) nothrow @nogc;