-
Notifications
You must be signed in to change notification settings - Fork 112
BaseSystem
Adrian Papari edited this page Oct 3, 2015
·
6 revisions
This system has an no aspect and therefore processes no entities, but it still gets invoked. You can use this system if you need to execute some game logic and not have to concern yourself about aspects or entities.
Upon calling world.process()
, your systems are processed in sequence. Override the following methods to integrate your game logic.
-
initialize()
- Manual initialization of your system, typically things not covered by dependency injection. -
processSystem()
- Called once per cycle.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference