[About macOS Sequoia] (Updated October 22, 2024)
Live2D Cubism Editor 5.1.02 now supports macOS Sequoia.
Other Live2D Cubism products currently released are not guaranteed to work on macOS Sequoia.
Please refrain from upgrading macOS, as it may not operate properly.
UtSystem or Date() faster?
I need a simple clock to run in the background while the game is progressing.
I have the choice of using :
JavaScript's
requestAnimationFrame()
in conjunction with either :
-
UtSystem.getUserTimeMSec()
or
- JavaScript's
Date()
.
I would like to ask: which is more efficient?
Thank you in advance
0 ·
Comments
FPS control in requestAnimationFrame I think difficult .
I think that JavaScript's Date () or SetTimeout () is good .