Delegate TMP_InputField.OnValidateInput
Namespace: TMPro
Syntax
public delegate char OnValidateInput(string text, int charIndex, char addedChar);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | |
| System.Int32 | charIndex | |
| System.Char | addedChar |
Returns
| Type | Description |
|---|---|
| System.Char |