Click or drag to resize

GUILayoutButtons Class

Utility class to help building GUI layout buttons.
Inheritance Hierarchy
SystemObject
  KSPDev.GUIUtilsGUILayoutButtons

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public static class GUILayoutButtons
Request Example View Source

The GUILayoutButtons type exposes the following members.

Methods
  NameDescription
Public methodStatic memberPush
Makes a button that fires a callback when pressed or released.
Public methodStatic memberToggle
Makes a toggle control that fires a callback when the state changes.
Top
See Also