InputField.OnValidateInput

public delegate char OnValidateInput(string text, int charIndex, char addedChar);

Description

Custom validation callback.

When assigned validation of each character will be passed to the callback.

Did you find this page useful? Please give it a rating: