![]() |
Kerbal Space Program
1.12.4
|
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... | |
Class for handling and scheduling text object updates.
|
inlineprotected |
Register to receive callback from the Canvas System.
|
inlinestatic |
Function to register elements which require a graphic rebuild.
| element |
|
inlinestatic |
Function to register elements which require a layout rebuild.
| element |
|
inlinestatic |
Function to unregister elements which no longer require a rebuild.
| element |
|
staticget |
Get a singleton instance of the registry
1.8.7