Show / Hide Table of Contents

Class JobHandleUnsafeUtility

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

Methods

| Improve this Doc View Source

CombineDependencies(JobHandle*, Int32)

Declaration
public static JobHandle CombineDependencies(JobHandle*jobs, int count)
Parameters
Type Name Description
JobHandle* jobs
Int32 count
Returns
Type Description
JobHandle
  • Improve this Doc
  • View Source
Back to top Generated by DocFX