Show / Hide Table of Contents

Class IJobParallelForExtensions

Inheritance
Object
IJobParallelForExtensions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Unity.Jobs
Assembly: UnityEngine.dll
Syntax
public static class IJobParallelForExtensions

Methods

| Improve this Doc View Source

Run<T>(T, Int32)

Declaration
public static void Run<T>(this T jobData, int arrayLength)
    where T : struct, IJobParallelFor
Parameters
Type Name Description
T jobData
Int32 arrayLength
Type Parameters
Name Description
T
| Improve this Doc View Source

Schedule<T>(T, Int32, Int32, JobHandle)

Declaration
public static JobHandle Schedule<T>(this T jobData, int arrayLength, int innerloopBatchCount, JobHandle dependsOn = default(JobHandle))
    where T : struct, IJobParallelFor
Parameters
Type Name Description
T jobData
Int32 arrayLength
Int32 innerloopBatchCount
JobHandle dependsOn
Returns
Type Description
JobHandle
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
Back to top Generated by DocFX