|
Britbot
|
Inheritance diagram for Britbot.PriorityQueue.PriorityQueueNode:Properties | |
| double | Priority [get, set] |
| The Priority to insert this node at. Must be set BEFORE adding a node to the queue. | |
| long | InsertionIndex [get, set] |
| Used by the priority queue - do not edit this value. Represents the order the node was inserted in | |
| int | QueueIndex [get, set] |
| Used by the priority queue - do not edit this value. Represents the current position in the queue | |
Definition at line 3 of file PriorityQueueNode.cs.
1.7.6.1