Method ShouldRunCommandJob
ShouldRunCommandJob(ref SystemState)
Utility method to check if the processing job needs to run, used as an early-out in OnUpdate of an ISystem.
Declaration
public bool ShouldRunCommandJob(ref SystemState state)
Parameters
Type | Name | Description |
---|---|---|
SystemState | state | Raw entity system state. |
Returns
Type | Description |
---|---|
bool | Whether the processing job needs to run. |