Table of Contents

Struct UI.TextInputSettings

Namespace
AO
Assembly
CoreAssembly.dll
public struct UI.TextInputSettings
Inherited Members
Extension Methods

Constructors

TextInputSettings()

public TextInputSettings()

Fields

CursorColor

public Vector3 CursorColor

Field Value

Vector3

Font

public FontAsset Font

Field Value

FontAsset

HasMaxCharacters

public bool HasMaxCharacters

Field Value

bool

Hidden

public bool Hidden

Field Value

bool

MaxCharacters

public long MaxCharacters

Field Value

long

Placeholder

public string Placeholder

Field Value

string

PlaceholderColor

public Vector4 PlaceholderColor

Field Value

Vector4

SelectionColor

public Vector3 SelectionColor

Field Value

Vector3

StayActiveAfterEnter

public bool StayActiveAfterEnter

Field Value

bool

TextSettings

public UI.TextSettings TextSettings

Field Value

UI.TextSettings