Function BinaryHeap.Add

Add (UnsafeSpan<PathNode> nodes, uint pathNodeIndex, uint g, uint f)

Adds a node to the heap.

Public
Add (refBinaryHeap binaryHeap, refUnsafeSpan<PathNode> nodes, uint pathNodeIndex, uint g, uint f)
Public Static