![]() |
Kerbal Space Program
1.12.4
|
The "Loader" for AppUI controls used in apps for generic bits More...
Static Public Member Functions | |
| static bool | TryGetAppUIControlPrefab (AppUI_Control controlAttrib, out GameObject prefab) |
| Get the prefab for a UI_Control More... | |
Public Attributes | |
| Dictionary< Type, GameObject > | controlPrefabByType |
| Keyed value of prefabs. More... | |
| List< GameObject > | controlPrefabs |
| The prefabs that can be used, each of these is attributed with the UI_Control subclass and matched by that. More... | |
Properties | |
| static AppUIMaster | Instance [get, set] |
| The Singleton for this More... | |
The "Loader" for AppUI controls used in apps for generic bits
|
inlinestatic |
Get the prefab for a UI_Control
| controlAttrib | The UI_Control subclass being searched for |
| prefab | The prefab to find |
| Dictionary<Type, GameObject> AppUIMaster.controlPrefabByType |
Keyed value of prefabs.
| List<GameObject> AppUIMaster.controlPrefabs |
The prefabs that can be used, each of these is attributed with the UI_Control subclass and matched by that.
|
staticgetset |
The Singleton for this
1.8.7