clock property
Current clock time (total time) of this animation, in seconds, since last frame.
It's ticked by the update method. It's reset every frame change.
Implementation
double clock = 0.0;
Current clock time (total time) of this animation, in seconds, since last frame.
It's ticked by the update method. It's reset every frame change.
double clock = 0.0;