Show / Hide Table of Contents

Delegate TMP_InputField.OnValidateInput

Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public delegate char TMP_InputField.OnValidateInput(string text, int charIndex, char addedChar)
Parameters
Type Name Description
string text
int charIndex
char addedChar
Returns
Type Description
char

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾