Enumeration LOOP_MODE

Determines the mode a loop runs in

Enumeration Members

FRAME_REQUEST: "frameRequest"

Loop cycles controlled by window.requestAnimationFrame

FRAME_REQUEST_XR: "frameRequestXR"

Loop cycles controlled by xrSession.requestAnimationFrame

TIME_GAME: "timeGame"

Loop cycles with the given framerate in Time.game

TIME_REAL: "timeReal"

Loop cycles with the given framerate in realtime, independent of Time.game