UpdateText

Method in InputField.cs

Automatically opens the touchscreen keyboard when trying to update the text.

Directly assigning the Text property makes a sound If it has both Audioclip and Audio Source.

UpdateText ()

UpdateText (string newText)

Assigns a new string to the text without sound.

UpdateText (int newTextInt)

Converts the int to a string and assigns the new string to the text without sound.

UpdateText (float newFloat)

Converts the int to a string and assigns the new string to the text without sound.

Last updated