A* Pathfinding Project  4.3.4
The A* Pathfinding Project for Unity 3D
IJobExtensions Class Reference

Static Public Member Functions

static JobHandle Schedule< T > (this T data, ref JobDependencyTracker tracker)
 Schedule a job and handle dependencies automatically. More...
 

Member Function Documentation

◆ Schedule< T >()

static JobHandle Schedule< T > ( this T  data,
ref JobDependencyTracker  tracker 
)
static

Schedule a job and handle dependencies automatically.

You need to have "using Pathfinding.Util" in your script to be able to use this extension method.

See also
Pathfinding.Util.JobDependencyTracker
Type Constraints
T :struct 
T :IJob 

The documentation for this class was generated from the following file: