C# Class olexlib.HybridRocketModule

Inheritance: PartModule
Exibir arquivo Open project: olexs/ksp_graphotron

Public Methods

Method Description
OnActive ( ) : void
OnStart ( PartModule state ) : void

Private Methods

Method Description
ActivateJet ( ) : void
ActivateRocket ( ) : void
Deactivate ( ) : void
HideFields ( ModuleEngines engine ) : void
HideOtherEvents ( ) : void
ShowFields ( ModuleEngines engine ) : void
ToggleAction ( KSPActionParam param ) : void
ToggleSabre ( ) : void
autopilotDelegate ( FlightCtrlState s ) : void

Method Details

OnActive() public method

public OnActive ( ) : void
return void

OnStart() public method

public OnStart ( PartModule state ) : void
state PartModule
return void