-
Notifications
You must be signed in to change notification settings - Fork 113
IntervalIteratingSystem
Daan van Yperen edited this page Sep 29, 2015
·
1 revision
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 DelayedIteratingSystem instead.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference