C# Class KerbalEngineer.Flight.FlightAppLauncher

Inheritance: AppLauncherButton, IFlightAppLauncher
Afficher le fichier Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Méthodes publiques

Méthode Description
ApplyTheme ( GameObject gameObject ) : void

Applies the KSP theme to a game object and its children.

ClampToScreen ( RectTransform rectTransform ) : void

Clamps the given rect transform within the screen bounds.

NewCustomSection ( ) : ISectionModule

Creates and initialises a new custom section.

Méthodes protégées

Méthode Description
Awake ( ) : void
OnFalse ( ) : void
OnHover ( ) : void
OnHoverOut ( ) : void
OnTrue ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Close ( ) : void

Closes the menu.

IFlightAppLauncher ( ) : IList

Gets a list of custom sections.

Open ( ) : void

Opens the menu.

Method Details

ApplyTheme() public méthode

Applies the KSP theme to a game object and its children.
public ApplyTheme ( GameObject gameObject ) : void
gameObject UnityEngine.GameObject
Résultat void

Awake() protected méthode

protected Awake ( ) : void
Résultat void

ClampToScreen() public méthode

Clamps the given rect transform within the screen bounds.
public ClampToScreen ( RectTransform rectTransform ) : void
rectTransform UnityEngine.RectTransform
Résultat void

NewCustomSection() public méthode

Creates and initialises a new custom section.
public NewCustomSection ( ) : ISectionModule
Résultat ISectionModule

OnFalse() protected méthode

protected OnFalse ( ) : void
Résultat void

OnHover() protected méthode

protected OnHover ( ) : void
Résultat void

OnHoverOut() protected méthode

protected OnHoverOut ( ) : void
Résultat void

OnTrue() protected méthode

protected OnTrue ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void