C# Class Landertron.LandertronBox

Inheritance: Landertron
Mostrar archivo Open project: Kerbas-ad-astra/XTLandertron

Public Methods

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

Private Methods

Method Description
checkEngines ( ) : void
fire ( ) : void
setThrottle ( FlightCtrlState s ) : void
shutdown ( ) : void

Method Details

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