Class InternalCompilerInterface
Inheritance
InternalCompilerInterface
Syntax
public static class InternalCompilerInterface
Methods
BurstCompile(InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate)
Declaration
public static InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate BurstCompile(InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate d)
Parameters
Returns
BurstCompile(InternalCompilerInterface.JobRunWithoutJobSystemDelegate)
Declaration
public static InternalCompilerInterface.JobRunWithoutJobSystemDelegate BurstCompile(InternalCompilerInterface.JobRunWithoutJobSystemDelegate d)
Parameters
Returns
RunIJob<T>(ref T, InternalCompilerInterface.JobRunWithoutJobSystemDelegate)
Declaration
public static void RunIJob<T>(ref T jobData, InternalCompilerInterface.JobRunWithoutJobSystemDelegate functionPointer)
where T : struct, IJob
Parameters
Type Parameters
RunJobChunk<T>(ref T, EntityQuery, InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate)
Declaration
public static void RunJobChunk<T>(ref T jobData, EntityQuery query, InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate functionPointer)
where T : struct, IJobChunk
Parameters
Type Parameters