docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TMP_UpdateManager

    Inheritance
    object
    TMP_UpdateManager
    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 TMP_UpdateManager

    Methods

    RegisterTextElementForCullingUpdate(TMP_Text)

    Declaration
    public static void RegisterTextElementForCullingUpdate(TMP_Text element)
    Parameters
    Type Name Description
    TMP_Text element

    RegisterTextElementForGraphicRebuild(TMP_Text)

    Function to register elements which require a layout rebuild.

    Declaration
    public static void RegisterTextElementForGraphicRebuild(TMP_Text element)
    Parameters
    Type Name Description
    TMP_Text element

    RegisterTextElementForLayoutRebuild(TMP_Text)

    Function to register elements which require a layout rebuild.

    Declaration
    public static void RegisterTextElementForLayoutRebuild(TMP_Text element)
    Parameters
    Type Name Description
    TMP_Text element

    UnRegisterTextElementForRebuild(TMP_Text)

    Function to unregister elements which no longer require a rebuild.

    Declaration
    public static void UnRegisterTextElementForRebuild(TMP_Text element)
    Parameters
    Type Name Description
    TMP_Text element
    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)