A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
Pathfinding.Jobs Namespace Reference

Namespaces

namespace  Grid
 

Classes

class  DisableUninitializedReadCheckAttribute
 Disable the check that prevents jobs from including uninitialized native arrays open for reading. More...
 
class  IJobExtensions
 Extension methods for IJob and related interfaces. More...
 
interface  IJobParallelForBatch
 
struct  JobAND
 result[i] &= data[i] More...
 
struct  JobCopyHits
 Copies hit points and normals. More...
 
struct  JobCopyRectangleIntoLargerBuffer
 Treats input as a rectangle and copies it into the output at the specified position. More...
 
struct  JobDependencyAnalyzer
 
class  JobDependencyAnalyzerAssociated
 
class  JobDependencyTracker
 Automatic dependency tracking for the Unity Job System. More...
 
struct  JobMemSet
 result[i] = value More...
 
class  JobParallelForBatchExtensions
 
struct  NativeArrayArena
 
class  NativeArrayExtensions
 Helpers for scheduling simple NativeArray jobs. More...
 
struct  NativeList
 Very simple list based on NativeList. More...