Class TMP_InputValidator
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[Serializable]
public abstract class TMP_InputValidator : ScriptableObject
Methods
| Edit this page View SourceValidate(ref string, ref int, char)
Declaration
public abstract char Validate(ref string text, ref int pos, char ch)
Parameters
Type | Name | Description |
---|---|---|
string | text | |
int | pos | |
char | ch |
Returns
Type | Description |
---|---|
char |