-
Notifications
You must be signed in to change notification settings - Fork 116
BaseSystem
Adrian Papari edited this page Aug 13, 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()- Manually initialize your system. (Use @Wire instead!) -
processSystem()- Called once per cycle.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference