clock property

double clock
getter/setter pair

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;