docs.unity.cn
    Show / Hide Table of Contents

    Delegate InputField.OnValidateInput

    Namespace: UnityEngine.UI
    Syntax
    public delegate char OnValidateInput(string text, int charIndex, char addedChar);
    Parameters
    Type Name Description
    String text
    Int32 charIndex
    Char addedChar
    Returns
    Type Description
    Char
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 12 June 2023