Init the system, will be invoked by Director when registered, should be implemented if needed.
Post update function of the system, it will be invoked after all components late update phase and before the rendering process.
Delta time after the last frame
Update function of the system, it will be invoked between all components update phase and late update phase.
Delta time after the last frame
Generated using TypeDoc
Base class for all functional system managed by Director.