Function Animation.trackSwap
Swaps the track idx
's index position with the track with_idx
.
void trackSwap
(
const(long) track_idx,
const(long) with_idx
) nothrow @nogc;
Swaps the track idx
's index position with the track with_idx
.
void trackSwap
(
const(long) track_idx,
const(long) with_idx
) nothrow @nogc;