C# 클래스 Trajectories.MapGUI

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

공개 메소드들

메소드 설명
Awake ( ) : void
OnGUI ( ) : void

비공개 메소드들

메소드 설명
ClampToScreen ( Rect window ) : Rect
CreateStockToolbarButton ( ) : void
DestroyStockToolbarButton ( GameScenes scene ) : void
DummyVoid ( ) : void
IsValidScene ( ) : System.Boolean

Determines if the current game scane is valid for the plugin. This plugin should be able to run in VAB/SPH, Flight, Space Center, and Tracking Station scenes.

MainWindow ( int id ) : void
OnDestroy ( ) : void
OnToggleGUIBlizzy ( ClickEvent e ) : void
OnToggleOff ( ) : void
OnToggleOn ( ) : void
ToggleGroup ( bool visible, string label, int width = null ) : bool
TooltipWindow ( int id ) : void
isPatchedConicsAvailable ( ) : bool

Check if patched conics are available in the current save.

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void