A* Pathfinding Project  4.0.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
GridLookup< T >.Root Class Reference

Public Attributes

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

Package Attributes

bool flag
 
List< Item > items = new List<Item>()
 
Root prev
 Previous item in the linked list of all roots.
 
IntRect previousBounds = new IntRect(0, 0, -1, -1)
 

Member Data Documentation

bool flag
package
List<Item> items = new List<Item>()
package
Root next

Next item in the linked list of all roots.

T obj

Underlying object.

Root prev
package

Previous item in the linked list of all roots.

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

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