AddOptions
Properties
Link copied to clipboard
If defined, computes the local animation time for this animation.
Link copied to clipboard
Determines if and how the animation is looped. Default value - ModelAnimationLoop.NONE
Link copied to clipboard
Values greater than 1.0 increase the speed that the animation is played relative to the scene clock speed; values less than 1.0 decrease the speed. Default value - 1.0
Link copied to clipboard
When true, the animation is removed after it stops playing. This will only affect the animation if options.loop is ModelAnimationLoop.NONE. Default value - false
Link copied to clipboard
The scene time to start playing the animation. When this is undefined, the animation starts at the next frame.
Link copied to clipboard
The scene time to stop playing the animation. When this is undefined, the animation is played for its full duration.