Z.currentFrameTime( )
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
Z.currentFrameTime() : number
Returns
Section titled “Returns”The time of the current frame in milliseconds since the experience first initialised.
The time returned is consistent with that passed to any Z.on("frame", (ms: number) => void)
event handlers.