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
index
intThe index of the element to update.
element
TElementThe new value to replace the current value.
priority
TPriorityThe new priority of the element.