Property GlobalSystemVersion
GlobalSystemVersion
A counter that increments after every system update.
Declaration
public uint GlobalSystemVersion { get; }
Property Value
Type | Description |
---|---|
uint |
Remarks
The ECS framework uses the GlobalSystemVersion to track changes in a conservative, efficient fashion. Changes are recorded per component per chunk.