Method UnsafeRunIJob
UnsafeRunIJob<T>(ref T, InternalCompilerInterface.JobRunWithoutJobSystemDelegate)
Declaration
public static void UnsafeRunIJob<T>(ref T jobData, InternalCompilerInterface.JobRunWithoutJobSystemDelegate functionPointer)
where T : struct, IJob
Parameters
Type Parameters
UnsafeRunIJob<T>(ref T, FunctionPointer<InternalCompilerInterface.JobRunWithoutJobSystemDelegate>)
Declaration
public static void UnsafeRunIJob<T>(ref T jobData, FunctionPointer<InternalCompilerInterface.JobRunWithoutJobSystemDelegate> functionPointer)
where T : struct, IJob
Parameters
Type Parameters