Method | Description | |
---|---|---|
ApplyTheme ( |
Applies the KSP theme to a game object and its children.
|
|
ClampToScreen ( |
Clamps the given rect transform within the screen bounds.
|
|
NewCustomSection ( ) : ISectionModule |
Creates and initialises a new custom section.
|
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnFalse ( ) : void | ||
OnHover ( ) : void | ||
OnHoverOut ( ) : void | ||
OnTrue ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
Close ( ) : void |
Closes the menu.
|
|
IFlightAppLauncher ( ) : IList |
Gets a list of custom sections.
|
|
Open ( ) : void |
Opens the menu.
|
public ApplyTheme ( |
||
gameObject | ||
return | void |
public ClampToScreen ( |
||
rectTransform | ||
return | void |