A* Pathfinding Project
4.0.3
The A* Pathfinding Project for Unity 3D
|
Public Attributes | |
Root | next |
Next item in the linked list of all roots. | |
T | 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) |
|
package |
|
package |
Root next |
Next item in the linked list of all roots.
T obj |
Underlying object.
|
package |
Previous item in the linked list of all roots.