Method InitJobData
InitJobData(ref SystemState)
Update the component type handles and create a new ApplyCurrentInputBufferElementToInputData<TInputBufferData, TInputComponentData>.ApplyInputDataFromBufferJob that can be passed to your job.
Declaration
public ApplyCurrentInputBufferElementToInputData<TInputBufferData, TInputComponentData>.ApplyInputDataFromBufferJob InitJobData(ref SystemState state)
Parameters
Type | Name | Description |
---|---|---|
SystemState | state |
Returns
Type | Description |
---|---|
ApplyCurrentInputBufferElementToInputData<TInputBufferData, TInputComponentData>.ApplyInputDataFromBufferJob | a new ApplyCurrentInputBufferElementToInputData<TInputBufferData, TInputComponentData>.ApplyInputDataFromBufferJob instance. |