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