Class TMP_UpdateManager
Inheritance
TMP_UpdateManager
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public class TMP_UpdateManager
Constructors
|
Edit this page
View Source
TMP_UpdateManager()
Declaration
protected TMP_UpdateManager()
Properties
|
Edit this page
View Source
instance
Declaration
public static TMP_UpdateManager instance { get; }
Property Value
Methods
|
Edit this page
View Source
RegisterTextElementForGraphicRebuild(TMP_Text)
Declaration
public static void RegisterTextElementForGraphicRebuild(TMP_Text element)
Parameters
|
Edit this page
View Source
RegisterTextElementForLayoutRebuild(TMP_Text)
Declaration
public static void RegisterTextElementForLayoutRebuild(TMP_Text element)
Parameters
|
Edit this page
View Source
UnRegisterTextElementForRebuild(TMP_Text)
Declaration
public static void UnRegisterTextElementForRebuild(TMP_Text element)
Parameters
Extension Methods