Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
TMPro.TMP_InputValidator Class Referenceabstract

Custom text input validator where user can implement their own custom character validation. More...

Inheritance diagram for TMPro.TMP_InputValidator:
TMPro.TMP_DigitValidator TMPro.TMP_PhoneNumberValidator

Public Member Functions

abstract char Validate (ref string text, ref int pos, char ch)
 

Detailed Description

Custom text input validator where user can implement their own custom character validation.

Member Function Documentation

abstract char TMPro.TMP_InputValidator.Validate ( ref string  text,
ref int  pos,
char  ch 
)
pure virtual

The documentation for this class was generated from the following file: