Skip to content

UISpinBox.ContainsIncrement(Vector2) Method

Definition

Namespace: Brine2D.UI

Returns whether the given screen position is within the increment \(right\) button.

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

Parameters

pos System.Numerics.Vector2

Returns

System.Boolean