Skip to content

UISpinBox.ContainsField(Vector2) Method

Definition

Namespace: Brine2D.UI

Returns whether the given screen position is within the text field \(not the buttons\).

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

Parameters

pos System.Numerics.Vector2

Returns

System.Boolean