Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Schedule(JobHandle)

Schedules this job.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public JobHandle Schedule(JobHandle inputDeps = default)

Parameters

inputDeps

Handle of a job to depend upon.

Returns

Type

Description

JobHandleThe handle of this newly scheduled job.