-
Notifications
You must be signed in to change notification settings - Fork 113
System
Daan van Yperen edited this page Sep 29, 2015
·
24 revisions
Systems encapsulate game logic, typically operating on a family of entities.
Override checkProcessing
to return false if you want to skip the system during processing.
You can override inserted
and removed
methods in EntitySystem and derived classes. There you will be notified about entity changes.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference