TextInput Constructor (Boolean, Anchor, Nullable(Vector2))

GeonBit.UI

TextInput Constructor (Boolean, Anchor, NullableVector2)
Create the text input with default size.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TextInput(
	bool multiline,
	Anchor anchor = Anchor.Auto,
	Nullable<Vector2> offset = null
)

Parameters

multiline
Type: SystemBoolean
If true, text input will accept multiple lines.
anchor (Optional)
Type: GeonBit.UI.EntitiesAnchor
Position anchor.
offset (Optional)
Type: SystemNullableVector2
Offset from anchor position.
See Also