AnimationTrack
class AnimationTrack
One weighted clip in an AnimationMixer, created with AnimationMixer.addTrack (or rememberAnimationTrack). Mutate weight to blend it in or out, index to swap the clip, or speed/loop for playback. The read-only time, progress and isFinished update every frame.
Properties
Link copied to clipboard
True once a non-looping track has reached the end of its clip. Always false while loop.