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

The "Loader" for AppUI controls used in apps for generic bits More...

Inheritance diagram for AppUIMaster:

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...
 

Detailed Description

The "Loader" for AppUI controls used in apps for generic bits

Member Function Documentation

static bool AppUIMaster.TryGetAppUIControlPrefab ( AppUI_Control  controlAttrib,
out GameObject  prefab 
)
inlinestatic

Get the prefab for a UI_Control

Parameters
controlAttribThe UI_Control subclass being searched for
prefabThe prefab to find
Returns
True if thh prefab was found

Member Data Documentation

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.

Property Documentation

AppUIMaster AppUIMaster.Instance
staticgetset

The Singleton for this


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