Method InitJobData
InitJobData(ref SystemState)
Initialize the CopyInputToCommandBuffer by updating all the component type handles and create a a new CopyInputToCommandBuffer<TInputBufferData, TInputComponentData>.CopyInputToBufferJob instance.
Declaration
public CopyInputToCommandBuffer<TInputBufferData, TInputComponentData>.CopyInputToBufferJob InitJobData(ref SystemState state)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemState | state |
Returns
| Type | Description |
|---|---|
| CopyInputToCommandBuffer<TInputBufferData, TInputComponentData>.CopyInputToBufferJob | a new CopyInputToCommandBuffer<TInputBufferData, TInputComponentData>.CopyInputToBufferJob instance. |