System
Variables
Name |
Type |
Description |
---|---|---|
entities |
The system’s entities. |
Functions
Name |
Description |
---|---|
Callback called when an Entity receives a Component tracked by this system. |
|
Callback called when an Entity loses a Component tracked by this system. |
Notes
entities
is the list of Entities that have at least one of the Components tracked by this system.