Method InitJobData
InitJobData(ref SystemState)
Initialize the internal state of a processing job, should be called from OnUpdate of an ISystem.
Declaration
public CommandSendSystem<TCommandDataSerializer, TCommandData>.SendJobData InitJobData(ref SystemState state)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemState | state | Raw entity system state. |
Returns
| Type | Description |
|---|---|
| CommandSendSystem<TCommandDataSerializer, TCommandData>.SendJobData | Constructed CommandSendSystem<TCommandDataSerializer, TCommandData>.SendJobData with initialized state. |