Skip to content

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.

Clone this wiki locally