tick

Advances the clock from the current time based on the current configuration options. tick should be called every frame, regardless of whether animation is taking place or not. To control animation, use the Clock.shouldAnimate property.

Return

The new value of the Clock.currentTime property.

See also