Class JobParallelIndexListExtensions
Inheritance
JobParallelIndexListExtensions
Assembly: Unity.Collections.dll
Syntax
[Obsolete("'JobParallelIndexListExtensions' has been deprecated; Use 'IJobFilterExtensions' instead.", false)]
public static class JobParallelIndexListExtensions
Methods
ScheduleAppend<T>(T, NativeList<int>, int, int, JobHandle)
Declaration
[Obsolete("The signature for 'ScheduleAppend' has changed. 'innerloopBatchCount' is no longer part of this API.", false)]
public static JobHandle ScheduleAppend<T>(this T jobData, NativeList<int> indices, int arrayLength, int innerloopBatchCount, JobHandle dependsOn = default) where T : struct, IJobFilter
Parameters
Returns
Type Parameters
ScheduleFilter<T>(T, NativeList<int>, int, JobHandle)
Declaration
[Obsolete("The signature for 'ScheduleFilter' has changed. 'innerloopBatchCount' is no longer part of this API.")]
public static JobHandle ScheduleFilter<T>(this T jobData, NativeList<int> indices, int innerloopBatchCount, JobHandle dependsOn = default) where T : struct, IJobFilter
Parameters
Returns
Type Parameters