C# Class NearFutureElectrical.DischargeCapacitor

Inheritance: PartModule
Show file Open project: ChrisAdderley/NearFutureElectrical Class Usage Examples

Public Methods

Method Description
GetInfo ( ) : string
OnFixedUpdate ( ) : void
OnStart ( PartModule state ) : void
OnUpdate ( ) : void

Private Methods

Method Description
Disable ( ) : void
DisableAction ( KSPActionParam param ) : void
Discharge ( ) : void
DischargeAction ( KSPActionParam param ) : void
DoCatchup ( ) : void
Enable ( ) : void
EnableAction ( KSPActionParam param ) : void
ShowCapacitorControl ( ) : void
ToggleAction ( KSPActionParam param ) : void
TogglePanelAction ( KSPActionParam param ) : void

Method Details

GetInfo() public method

public GetInfo ( ) : string
return string

OnFixedUpdate() public method

public OnFixedUpdate ( ) : void
return void

OnStart() public method

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

OnUpdate() public method

public OnUpdate ( ) : void
return void