ReplaceTracks
The ReplaceTracks method replaces content of two specified animation tracks
ReplaceTracks
Track1,Track2
Parameters
-
Track1
-
Zero-based number of the first track to replace content with other one.
-
Track2
-
Zero-based number of the second track to replace content with other one.
Notes
Use this method to change the order of tracks in the tracks collection. For example, if you call
ReplaceTracks 2,4
then the track 2 becomes 4, and the track 4 becomes 2.