C# Class CrewManifest.ManifestController

Exibir arquivo Open project: vXSovereignXv/CrewManifest Class Usage Examples

Public Properties

Property Type Description
CanDrawButton bool

Private Properties

Property Type Description
AddCrew void
AddCrew void
ClearHighlight void
CreateKerbal KerbalModel
DrawButton void
EmptyVessel void
FillVessel void
ManifestWindow void
MoveKerbal void
PartIsFull bool
RemoveCrew void
RespawnCrew void
RespawnKerbal void
RosterWindow void
SetPartHighlight void
TransferWindow void
drawGui void

Public Methods

Method Description
GetInstance ( Vessel vessel ) : ManifestController
HideAllWindows ( ) : void
ManifestController ( ) : System

Private Methods

Method Description
AddCrew ( Part part, ProtoCrewMember kerbal ) : void
AddCrew ( int count, Part part ) : void
ClearHighlight ( Part part ) : void
CreateKerbal ( ) : KerbalModel
DrawButton ( ) : void
EmptyVessel ( ) : void
FillVessel ( ) : void
ManifestWindow ( int windowId ) : void
MoveKerbal ( Part source, Part target, ProtoCrewMember kerbal ) : void
PartIsFull ( Part part ) : bool
RemoveCrew ( ProtoCrewMember member, Part part ) : void
RespawnCrew ( ) : void
RespawnKerbal ( ProtoCrewMember kerbal ) : void
RosterWindow ( int windowId ) : void
SetPartHighlight ( Part part, Color color ) : void
TransferWindow ( int windowId ) : void
drawGui ( ) : void

Method Details

GetInstance() public static method

public static GetInstance ( Vessel vessel ) : ManifestController
vessel Vessel
return ManifestController

HideAllWindows() public method

public HideAllWindows ( ) : void
return void

ManifestController() public method

public ManifestController ( ) : System
return System

Property Details

CanDrawButton public_oe property

public bool CanDrawButton
return bool