C# 클래스 KolonyTools.KolonizationMonitor

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

공개 프로퍼티들

프로퍼티 타입 설명
BlackList List
curTab int
renderDisplay bool

공개 메소드들

메소드 설명
GuiOff ( ) : void
GuiOn ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
CheckVessels ( ) : void
ColorToHex ( Color32 color ) : string
GenerateWindow ( ) : void
GetColor ( int i ) : string
HasResources ( Vessel v ) : bool
InitStyles ( ) : void
LocalLogScreen ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
OnWindow ( int windowId ) : void
Ondraw ( ) : void
PlanLogScreen ( ) : void
RebuildResourceList ( ) : List
RecruitKerbal ( int id ) : void
RecruitScreen ( ) : void
SetNextVessel ( TransferVessel v ) : void
SetPrevVessel ( TransferVessel v ) : void
StatScreen ( ) : void
TransferResources ( ResourceTransferSummary res ) : void
TransferSetup ( ) : void
UpdateResourceList ( ) : void

메소드 상세

GuiOff() 공개 메소드

public GuiOff ( ) : void
리턴 void

GuiOn() 공개 메소드

public GuiOn ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

BlackList 공개적으로 프로퍼티

public List BlackList
리턴 List

curTab 공개적으로 프로퍼티

public int curTab
리턴 int

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

public static bool renderDisplay
리턴 bool