Skip to content

UISpinBox.NudgeValue(float) Method

Definition

Namespace: Brine2D.UI

Nudges the value in a given direction \(positive = increment, negative = decrement\). Called by UICanvas arrow-key handling.

C#
internal void NudgeValue(float direction);

Parameters

direction System.Single