C# Class KolonyTools.KolonizationMonitor

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BobPalmer/MKS

Méthodes publiques

Свойство Type Description
BlackList List
curTab int
renderDisplay bool

Méthodes publiques

Méthode Description
GuiOff ( ) : void
GuiOn ( ) : void
Start ( ) : void

Private Methods

Méthode 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 méthode

public GuiOff ( ) : void
Résultat void

GuiOn() public méthode

public GuiOn ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

BlackList public_oe property

public List BlackList
Résultat List

curTab public_oe property

public int curTab
Résultat int

renderDisplay public_oe static_oe property

public static bool renderDisplay
Résultat bool