Kerbal Space Program
1.12.4
|
Public Member Functions | |
override GameObject | Create (ref Stack< Transform > layouts, UISkinDef skin) |
DialogGUIContentSizer (ContentSizeFitter.FitMode widthMode, ContentSizeFitter.FitMode heightMode, bool useParentSize=false) | |
override void | Resize () |
override void | Update () |
Public Member Functions inherited from DialogGUIBase | |
void | AddChild (DialogGUIBase child) |
void | AddChildren (DialogGUIBase[] c) |
DialogGUIBase (params DialogGUIBase[] list) | |
void | SetOptionText (string text) |
Protected Attributes | |
ContentSizeFitter | fitter |
ContentSizeFitter.FitMode | heightMode |
bool | useParentSize = false |
ContentSizeFitter.FitMode | widthMode |
Protected Attributes inherited from DialogGUIBase | |
bool | dirty = true |
bool | lastEnabledState = false |
bool | lastInteractibleState = true |
Additional Inherited Members | |
Static Public Member Functions inherited from DialogGUIBase | |
static bool | SelectFirstItem (DialogGUIBase[] items) |
static void | SetUpTextObject (TMPro.TextMeshProUGUI text, string value, UIStyle style, UISkinDef skin, bool ignoreStyleColor=false) |
Public Attributes inherited from DialogGUIBase | |
List< DialogGUIBase > | children = new List<DialogGUIBase>() |
bool | flexibleHeight = true |
UIStyle | guiStyle = null |
float | height = -1.0f |
Callback | OnFixedUpdate = () => { } |
Callback | OnLateUpdate = () => { } |
Callback | OnRenderObject = () => { } |
Callback | OnResize = () => { } |
Callback | OnUpdate = () => { } |
Func< bool > | OptionEnabledCondition = () => { return true; } |
Func< bool > | OptionInteractableCondition = () => { return true; } |
string | OptionText = "No Function" |
Vector2 | position |
Vector2 | size = new Vector2(-1f, -1f) |
Color | tint |
string | tooltipText |
GameObject | uiItem = null |
bool | useColor = false |
float | width = -1.0f |
Protected Member Functions inherited from DialogGUIBase | |
virtual TMPro.TextMeshProUGUI | GetTextObject () |
void | SetupTransformAndLayout () |
Properties inherited from DialogGUIBase | |
bool | Dirty [get, set] |
|
inline |
|
inlinevirtual |
Reimplemented from DialogGUIBase.
|
inlinevirtual |
Reimplemented from DialogGUIBase.
|
inlinevirtual |
Reimplemented from DialogGUIBase.
|
protected |
|
protected |
|
protected |
|
protected |