Function BinaryHeap.Add

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

Adds a node to the heap.

Public
Add (refBinaryHeap binaryHeap, refUnsafeSpan<PathNode> nodes, uint pathNodeIndex, uint g, uint h, uint insertionOrder, TieBreaking tieBreaking)
Public Static