Skip to content

UIProgressBar.SetValue(float) Method

Definition

Namespace: Brine2D.UI

Sets the value and fires OnValueChanged when the value differs. Equivalent to setting the Value property directly.

C#
public void SetValue(float newValue);

Parameters

newValue System.Single