docs.unity.cn
    Show / Hide Table of Contents

    Class FastAction

    Alternative Action delegate with increased performance when adding or removing delegates.

    Inheritance
    Object
    FastAction
    Namespace: TMPro
    Syntax
    public class FastAction

    Methods

    Add(Action)

    Declaration
    public void Add(Action rhs)
    Parameters
    Type Name Description
    Action rhs

    Call()

    Declaration
    public void Call()

    Remove(Action)

    Declaration
    public void Remove(Action rhs)
    Parameters
    Type Name Description
    Action rhs
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 June 2023