AddAllOptions
Properties
Link copied to clipboard
If defined, computes the local animation time for all of the animations.
Link copied to clipboard
Determines if and how the animations are looped. Default value - ModelAnimationLoop.NONE
Link copied to clipboard
Values greater than 1.0
increase the speed that the animations play 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 animations are removed after they stop 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 animations. When this is undefined
, the animations starts at the next frame.
Link copied to clipboard
The scene time to stop playing the animations. When this is undefined
, the animations are played for its full duration.