C# Class NearFutureElectrical.DischargeCapacitor

Inheritance: PartModule
Afficher le fichier Open project: ChrisAdderley/NearFutureElectrical Class Usage Examples

Méthodes publiques

Méthode Description
GetInfo ( ) : string
OnFixedUpdate ( ) : void
OnStart ( PartModule state ) : void
OnUpdate ( ) : void

Private Methods

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

public GetInfo ( ) : string
Résultat string

OnFixedUpdate() public méthode

public OnFixedUpdate ( ) : void
Résultat void

OnStart() public méthode

public OnStart ( PartModule state ) : void
state PartModule
Résultat void

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void