A* Pathfinding Project  4.1.26
The A* Pathfinding Project for Unity 3D
GridLookup< T >.Root Class Reference

Public Attributes

Root next
 Next item in the linked list of all roots. More...
 
obj
 Underlying object. More...
 

Package Attributes

bool flag
 
List< Itemitems = new List<Item>()
 References to an item in each grid cell that this object is contained inside. More...
 
Root prev
 Previous item in the linked list of all roots. More...
 
IntRect previousBounds = new IntRect(0, 0, -1, -1)
 

Member Data Documentation

◆ flag

bool flag
package

◆ items

List<Item> items = new List<Item>()
package

References to an item in each grid cell that this object is contained inside.

◆ next

Root next

Next item in the linked list of all roots.

◆ obj

T obj

Underlying object.

◆ prev

Root prev
package

Previous item in the linked list of all roots.

◆ previousBounds

IntRect previousBounds = new IntRect(0, 0, -1, -1)
package

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