Class FertilizerNutrients
Holds information about the nutrient levels in a fertilizer item (each item has different values).
Inheritance
System.Object
FertilizerNutrients
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public sealed class FertilizerNutrients : ValueType
Constructors
FertilizerNutrients()
Declaration
public FertilizerNutrients()
FertilizerNutrients(Single, Single, Single)
Declaration
public FertilizerNutrients(float nitrogen, float phosphorus, float potassium)
Parameters
Type | Name | Description |
---|---|---|
System.Single | nitrogen | |
System.Single | phosphorus | |
System.Single | potassium |
Methods
ApplyNutrients(Vector2i)
Declaration
public void ApplyNutrients(Vector2i pos)
Parameters
Type | Name | Description |
---|---|---|
Vector2i | pos |
Description()
Declaration
public LocString Description()
Returns
Type | Description |
---|---|
LocString |