C# Class RealFuels.RefuelingPump

Inheritance: RealFuels.ModularFuelPartModule
Afficher le fichier Open project: NathanKell/ModularFuelSystem

Méthodes publiques

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

Private Methods

Méthode Description
FillAttachedTanks ( double deltaTime ) : void
TogglePump ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

GetInfo() public méthode

public GetInfo ( ) : string
Résultat string

OnStart() public méthode

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