Skip to main content

Function: getElapsedTime()

getElapsedTime(): number

Defined in: src/singletons.ts:134

A shortcut for core.timer.getElapsed(). Gets the total time in seconds since the application started.

Returns

number

The elapsed time in seconds.

See

THREE.Timer.getElapsed