Method RunIJob
RunIJob<T>(ref T, InternalCompilerInterface.JobRunWithoutJobSystemDelegate)
Declaration
public static void RunIJob<T>(ref T jobData, InternalCompilerInterface.JobRunWithoutJobSystemDelegate functionPointer)
where T : struct, IJob
Parameters
| Type | Name | Description |
|---|---|---|
| T | jobData | |
| InternalCompilerInterface.JobRunWithoutJobSystemDelegate | functionPointer |
Type Parameters
| Name | Description |
|---|---|
| T |