C# Class RemoteTech.RTSpaceCentre

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: RemoteTechnologiesGroup/RemoteTech

Public Properties

Property Type Description
LauncherButton ApplicationLauncherButton

Public Methods

Method 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

Method 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 method

Unity OnDestroy Method to clean up
public OnDestroy ( ) : void
return void

OnGUI() public method

Unity onGUI Method to draw the OptionWindow
public OnGUI ( ) : void
return void

Start() public method

Start method for RTSpaceCentre
public Start ( ) : void
return void

Property Details

LauncherButton public_oe static_oe property

Button for KSP Stock Tool bar
public static ApplicationLauncherButton LauncherButton
return ApplicationLauncherButton