C# Class RealFuels.RefuelingPump

Inheritance: RealFuels.ModularFuelPartModule
Exibir arquivo Open project: NathanKell/ModularFuelSystem

Public Methods

Method Description
FixedUpdate ( ) : void
GetInfo ( ) : string
OnStart ( PartModule state ) : void

Private Methods

Method Description
FillAttachedTanks ( double deltaTime ) : void
TogglePump ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

GetInfo() public method

public GetInfo ( ) : string
return string

OnStart() public method

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