Skip to content

UISpinBox.ContainsDecrement(Vector2) Method

Definition

Namespace: Brine2D.UI

Returns whether the given screen position is within the decrement \(left\) button.

C#
internal bool ContainsDecrement(System.Numerics.Vector2 pos);

Parameters

pos System.Numerics.Vector2

Returns

System.Boolean