preUpdate()
preUpdate is called right at the start of the game loop. It is responsible for changing to a new state that was requested previously.
- Source code: core/StateManager.js (Line 324)
preUpdate()
preUpdate is called right at the start of the game loop. It is responsible for changing to a new state that was requested previously.
Please login to continue.