Class LiquidPump
Inheritance
System.Object
LiquidPump
Assembly: Eco.Gameplay.dll
Syntax
public class LiquidPump : LiquidTank, IController, IViewController, IHasUniversalID, IWireContainer
Constructors
LiquidPump()
Declaration
LiquidPump(String, Type, Int32, Ray, Ray, Single)
Declaration
public LiquidPump(string name, Type itemType, int tankSize, Ray input, Ray output, float throughput)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Type |
itemType |
|
System.Int32 |
tankSize |
|
Ray |
input |
|
Ray |
output |
|
System.Single |
throughput |
|
Methods
Tick(Single)
Declaration
public override void Tick(float delta)
Parameters
Type |
Name |
Description |
System.Single |
delta |
|
Overrides
Implements
Extension Methods