Show / Hide Table of Contents

Struct JobRanges

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: Unity.Jobs.LowLevel.Unsafe
Assembly: UnityEngine.dll
Syntax
public struct JobRanges

Fields

| Improve this Doc View Source

BatchSize

Declaration
public int BatchSize
Field Value
Type Description
Int32
| Improve this Doc View Source

IndicesPerPhase

Declaration
public int IndicesPerPhase
Field Value
Type Description
Int32
| Improve this Doc View Source

NumJobs

Declaration
public int NumJobs
Field Value
Type Description
Int32
| Improve this Doc View Source

NumPhases

Declaration
public int NumPhases
Field Value
Type Description
Int32
| Improve this Doc View Source

PhaseData

Declaration
public IntPtr PhaseData
Field Value
Type Description
IntPtr
| Improve this Doc View Source

StartEndIndex

Declaration
public IntPtr StartEndIndex
Field Value
Type Description
IntPtr
| Improve this Doc View Source

TotalIterationCount

Declaration
public int TotalIterationCount
Field Value
Type Description
Int32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX