priority property

int priority
final

The priority of this system.

Used to set the priority of this system compared to the other systems. A System with a priority of 1 will go before a System with a priority of 2.

It can't be changed at runtime.

Implementation

final int priority;