Method RunWithoutJobsInternal
RunWithoutJobsInternal<T>(ref T, ref ArchetypeChunkIterator)
Declaration
public static void RunWithoutJobsInternal<T>(ref T jobData, ref ArchetypeChunkIterator chunkIterator)
where T : struct, IJobEntityBatch
Parameters
Type Parameters
RunWithoutJobsInternal<T>(ref T, ref EntityQuery, IntPtr, Int32)
Declaration
public static void RunWithoutJobsInternal<T>(ref T jobData, ref EntityQuery query, IntPtr limitToEntityArrayPtr, int limitToEntityArrayLength)
where T : struct, IJobEntityBatch
Parameters
Type Parameters
RunWithoutJobsInternal<T>(ref T, ref EntityQuery, Entity*, Int32)
Declaration
public static void RunWithoutJobsInternal<T>(ref T jobData, ref EntityQuery query, Entity*limitToEntityArray, int limitToEntityArrayLength)
where T : struct, IJobEntityBatch
Parameters
Type Parameters