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

Public Member Functions

delegate void OnEventDelegate (UnityEngine.EventSystems.BaseEventData data)
 

Static Public Member Functions

static void AddEvent (this EventTrigger trigger, EventTriggerType eventID, OnEventDelegate method)
 
static void Clear (this LayoutGroup layoutGroup)
 
static void ClearChildren (this Transform t)
 
static void ClearChildrenImmediate (this Transform t)
 
static void CopyValues (this RectTransform copyTo, RectTransform copyFrom)
 
static void Lock (this Selectable b)
 
static void SetLocalPositionZ (this Transform transform, float z=0f)
 
static void Unlock (this Selectable b)
 

Member Function Documentation

static void KSP.UI.UIExtensions.AddEvent ( this EventTrigger  trigger,
EventTriggerType  eventID,
OnEventDelegate  method 
)
inlinestatic
static void KSP.UI.UIExtensions.Clear ( this LayoutGroup  layoutGroup)
inlinestatic
static void KSP.UI.UIExtensions.ClearChildren ( this Transform  t)
inlinestatic
static void KSP.UI.UIExtensions.ClearChildrenImmediate ( this Transform  t)
inlinestatic
static void KSP.UI.UIExtensions.CopyValues ( this RectTransform  copyTo,
RectTransform  copyFrom 
)
inlinestatic
static void KSP.UI.UIExtensions.Lock ( this Selectable  b)
inlinestatic
delegate void KSP.UI.UIExtensions.OnEventDelegate ( UnityEngine.EventSystems.BaseEventData  data)
static void KSP.UI.UIExtensions.SetLocalPositionZ ( this Transform  transform,
float  z = 0f 
)
inlinestatic
static void KSP.UI.UIExtensions.Unlock ( this Selectable  b)
inlinestatic

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