C# 클래스 RemoteTech.RTSpaceCentre

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech

공개 프로퍼티들

프로퍼티 타입 설명
LauncherButton ApplicationLauncherButton

공개 메소드들

메소드 설명
OnDestroy ( ) : void

Unity OnDestroy Method to clean up

OnGUI ( ) : void

Unity onGUI Method to draw the OptionWindow

Start ( ) : void

Start method for RTSpaceCentre

비공개 메소드들

메소드 설명
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

메소드 상세

OnDestroy() 공개 메소드

Unity OnDestroy Method to clean up
public OnDestroy ( ) : void
리턴 void

OnGUI() 공개 메소드

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

Start() 공개 메소드

Start method for RTSpaceCentre
public Start ( ) : void
리턴 void

프로퍼티 상세

LauncherButton 공개적으로 정적으로 프로퍼티

Button for KSP Stock Tool bar
public static ApplicationLauncherButton LauncherButton
리턴 ApplicationLauncherButton