![]() |
Adventure Creator 1.84.3
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
|
Public Member Functions | |
Node (Vector2 position, int gridX, int gridY, bool _isWalkable) | |
Node (Node node) | |
int | CompareTo (Node nodeToCompare) |
override string | ToString () |
Public Attributes | |
readonly Vector2 | Position |
readonly int | GridX |
readonly int | GridY |
Node | parent |
int | gCost |
int | hCost |
Properties | |
int | FCost [get] |
bool | EvadeCharacter [set] |
bool | IsWalkable [get, set] |
int | HeapIndex [get, set] |
|
getset |
Implements AC.AStar2D.IHeapItem< T >.