A* Pathfinding Project
4.0.3
The A* Pathfinding Project for Unity 3D
|
Similar to Queue<T> but allows random access. More...
Similar to Queue<T> but allows random access.
Public Member Functions | |
T | Dequeue () |
void | Enqueue (T item) |
Properties | |
int | Count [get] |
T | this[int index] [get, set] |
Private Attributes | |
T[] | buffer = new T[4] |
int | length |
int | start |
T Dequeue | ( | ) |
void Enqueue | ( | T | item | ) |
|
private |
|
private |
|
private |
|
get |
|
getset |