preUpdate()
Pre-update is called at the very start of the update cycle, before any other subsystems have been updated (including Physics).
It only calls plugins who have active=true.
- Source code: core/PluginManager.js (Line 178)
preUpdate()
Pre-update is called at the very start of the update cycle, before any other subsystems have been updated (including Physics).
It only calls plugins who have active=true.
Please login to continue.