April 2018
Beginner
468 pages
11h 7m
English
The TextMeshPro - Input Field has four default events: the On Value Changed Event, the On End Edit Event, the On Select Event, and the On Deselect Event, as shown in the On Value Changed (String), On End Edit (String), On Select (String), and On Deselect (String) sections.
The first two events, the On Value Changed Event and the On End Edit Event, are the same as those presented in the UI Input Field.
The third event is the On Select Event. This event fires whenever the TextMeshPro - Input Field is selected. The fourth event is the On Deselect Event. As you would expect, the event fires whenever the TextMeshPro - Input Field is deselected. It works similar ...