Skip to content
Lili edited this page Jul 5, 2026 · 1 revision

TIME

Constants :

  • Date DATE = new Date()
  • Float START_TIME = performance.now()

Variables :

  • Float deltaTime : time elapsed between two last frames
  • Float time : time spent in seconds since the start of the program
  • Int framecode : frames count since the start of the program

Clone this wiki locally