Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | Protected Member Functions | Properties | List of all members
TMPro.TMP_UpdateRegistry Class Reference

Class for handling and scheduling text object updates. More...

Static Public Member Functions

static void RegisterCanvasElementForGraphicRebuild (ICanvasElement element)
 Function to register elements which require a graphic rebuild. More...
 
static void RegisterCanvasElementForLayoutRebuild (ICanvasElement element)
 Function to register elements which require a layout rebuild. More...
 
static void UnRegisterCanvasElementForRebuild (ICanvasElement element)
 Function to unregister elements which no longer require a rebuild. More...
 

Protected Member Functions

 TMP_UpdateRegistry ()
 Register to receive callback from the Canvas System. More...
 

Properties

static TMP_UpdateRegistry instance [get]
 Get a singleton instance of the registry More...
 

Detailed Description

Class for handling and scheduling text object updates.

Constructor & Destructor Documentation

TMPro.TMP_UpdateRegistry.TMP_UpdateRegistry ( )
inlineprotected

Register to receive callback from the Canvas System.

Member Function Documentation

static void TMPro.TMP_UpdateRegistry.RegisterCanvasElementForGraphicRebuild ( ICanvasElement  element)
inlinestatic

Function to register elements which require a graphic rebuild.

Parameters
element
static void TMPro.TMP_UpdateRegistry.RegisterCanvasElementForLayoutRebuild ( ICanvasElement  element)
inlinestatic

Function to register elements which require a layout rebuild.

Parameters
element
static void TMPro.TMP_UpdateRegistry.UnRegisterCanvasElementForRebuild ( ICanvasElement  element)
inlinestatic

Function to unregister elements which no longer require a rebuild.

Parameters
element

Property Documentation

TMP_UpdateRegistry TMPro.TMP_UpdateRegistry.instance
staticget

Get a singleton instance of the registry


The documentation for this class was generated from the following file: