A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
JobDependencyAnalyzerAssociated Class Reference

Static Package Attributes

static UnityEngine.Profiling.CustomSampler combineSampler = UnityEngine.Profiling.CustomSampler.Create("Combining")
 
static UnityEngine.Profiling.CustomSampler getDependenciesSampler = UnityEngine.Profiling.CustomSampler.Create("GetDependencies")
 
static UnityEngine.Profiling.CustomSampler initSampler = UnityEngine.Profiling.CustomSampler.Create("Init")
 
static UnityEngine.Profiling.CustomSampler iteratingSlotsSampler = UnityEngine.Profiling.CustomSampler.Create("IteratingSlots")
 
static int jobCounter = 1
 
static int [] tempJobDependencyHashes = new int[16]
 

Member Data Documentation

◆ combineSampler

UnityEngine.Profiling.CustomSampler combineSampler = UnityEngine.Profiling.CustomSampler.Create("Combining")
staticpackage

◆ getDependenciesSampler

UnityEngine.Profiling.CustomSampler getDependenciesSampler = UnityEngine.Profiling.CustomSampler.Create("GetDependencies")
staticpackage

◆ initSampler

UnityEngine.Profiling.CustomSampler initSampler = UnityEngine.Profiling.CustomSampler.Create("Init")
staticpackage

◆ iteratingSlotsSampler

UnityEngine.Profiling.CustomSampler iteratingSlotsSampler = UnityEngine.Profiling.CustomSampler.Create("IteratingSlots")
staticpackage

◆ jobCounter

int jobCounter = 1
staticpackage

◆ tempJobDependencyHashes

int [] tempJobDependencyHashes = new int[16]
staticpackage

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