-
Notifications
You must be signed in to change notification settings - Fork 117
IntervalEntityProcessingSystem
Daan van Yperen edited this page Aug 16, 2014
·
3 revisions
This system processes all entities at a fixed interval. Typically used to space out expensive operations over time, like collision checking, AI, physics.
If you need individual timers for each entity, use DelayedEntityProcessingSystem instead.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference