docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FastAction

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

    Inheritance
    object
    FastAction
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TMPro
    Assembly: Unity.TextMeshPro.dll
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)