Loading...
Searching...
No Matches
CityBuilderCore.GridPathfindingBurst.FindPathJob Struct Reference
Inheritance diagram for CityBuilderCore.GridPathfindingBurst.FindPathJob:

Classes

struct  PathNode
 

Public Member Functions

void Execute ()
 
void Dispose ()
 

Public Attributes

NativeList< int2 > Points
 
NativeList< int2 > Blocked
 
NativeArray< int2 > Neighbours
 
bool IsHex
 
NativeList< int2 > LinkStarts
 
NativeList< int > LinkCosts
 
NativeList< int2 > LinkEnds
 
NativeArray< int2 > Starts
 
NativeArray< int2 > Targets
 
NativeList< int2 > Path