C# Class RemoteTech.RTSpaceCentre

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Méthodes publiques

Свойство Type Description
LauncherButton ApplicationLauncherButton

Méthodes publiques

Méthode Description
OnDestroy ( ) : void

Unity OnDestroy Method to clean up

OnGUI ( ) : void

Unity onGUI Method to draw the OptionWindow

Start ( ) : void

Start method for RTSpaceCentre

Private Methods

Méthode Description
OnRtSettingsChanged ( ) : void

Callback-Event when the RTSettings are changed

OnUpgradeableObjLevelChange ( Upgradeables obj, int lvl ) : void

Callback-Event when a Upgradeable object (TrackingStation) has changed

ReloadUpgradableAntennas ( int techlvl ) : void

Apply antenna upgrades to all ground stations.

onLevelWasLoaded ( GameScenes scene ) : void

Method Details

OnDestroy() public méthode

Unity OnDestroy Method to clean up
public OnDestroy ( ) : void
Résultat void

OnGUI() public méthode

Unity onGUI Method to draw the OptionWindow
public OnGUI ( ) : void
Résultat void

Start() public méthode

Start method for RTSpaceCentre
public Start ( ) : void
Résultat void

Property Details

LauncherButton public_oe static_oe property

Button for KSP Stock Tool bar
public static ApplicationLauncherButton LauncherButton
Résultat ApplicationLauncherButton