C# Class KolonyTools.KolonizationMonitor

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: BobPalmer/MKS

Public Properties

Property Type Description
BlackList List
curTab int
renderDisplay bool

Public Methods

Method Description
GuiOff ( ) : void
GuiOn ( ) : void
Start ( ) : void

Private Methods

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

Method Details

GuiOff() public method

public GuiOff ( ) : void
return void

GuiOn() public method

public GuiOn ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

BlackList public_oe property

public List BlackList
return List

curTab public_oe property

public int curTab
return int

renderDisplay public_oe static_oe property

public static bool renderDisplay
return bool