Class | Description |
---|---|
DelayedEntityProcessingSystem |
Tracks cooldown per entity, processing entity when its timer runs out.
|
DelayedIteratingSystem |
Tracks cooldown per entity, processing entity when its timer runs out.
|
EntityProcessingSystem |
Entity reference iterating system.
|
IntervalEntityProcessingSystem |
Process a subset of entities every x ticks.
|
IntervalEntitySystem |
A system that processes entities at a interval in milliseconds.
|
IntervalIteratingSystem |
Process a subset of entities every x ticks.
|
IntervalSystem |
Entity system processed at a certain interval, without iteration implementation.
|
IteratingSystem |
Iterates over
EntitySubscription member entities by
entity identity. |
Extend these classes to create your own systems.
Copyright © 2019. All rights reserved.