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 : object

    Methods

    Add(System.Action)

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

    Call()

    Declaration
    public void Call()

    Remove(System.Action)

    Declaration
    public void Remove(System.Action rhs)
    Parameters
    Type Name Description
    System.Action rhs
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, March 9, 2022
    Terms of use