Method UpdateValue
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
UpdateValue(int, TElement, TPriority)
Updates the value of the element at the specified index.
public void UpdateValue(int index, TElement element, TPriority priority)
Parameters
indexintThe index of the element to update.
elementTElementThe new value to replace the current value.
priorityTPriorityThe new priority of the element.