StaticelapsedStaticfpsStaticnowStaticstartStaticthenStaticupdatablesStaticaddRegister an object with an update() method to receive per-tick calls.
StaticinitInitialises the update loop at the desired frame rate and starts the RAF loop.
StaticremoveStop sending update calls to mc.
StaticupdateCalled each RAF tick; throttled to the configured FPS.
A static tick-rate–throttled update manager. Drives frame-based animations (ZTimeline) via
requestAnimationFrame.