Class LiquidProducerAttribute
Attribute for items which produces Liquid (or Gases).
Inherited Members
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public class LiquidProducerAttribute : ItemAttribute
Constructors
LiquidProducerAttribute(Type, Single)
Declaration
public LiquidProducerAttribute(Type outputType, float outputRate)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | outputType | |
| System.Single | outputRate |
Properties
OutputRate
Declaration
public float OutputRate { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
OutputType
Declaration
public Type OutputType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |