Class PlantLayer
Implements
Inherited Members
Namespace: Eco.Simulation.WorldLayers.Layers
Assembly: Eco.Simulation.dll
Syntax
public class PlantLayer : SpeciesLayer, IStorage, ISerializable, IController, IViewController, IHasUniversalID, IWorldLayerView, IWorldLayerLastTickView, IHeatMapOverlay, IOverlayWithDescribableUnits, IMinimapOption, IMinimapCategorizedOption, ISpeciesLayer
Constructors
PlantLayer()
Declaration
public PlantLayer()
Properties
SettingsType
Declaration
public override Type SettingsType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Overrides
Species
Declaration
public PlantSpecies Species { get; }
Property Value
| Type | Description |
|---|---|
| PlantSpecies |
TotalEntityCount
Declaration
public override int TotalEntityCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Overrides
Methods
ToString(Vector2i)
Declaration
public override string ToString(Vector2i layerPos)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2i | layerPos |
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
UpdateLayerTotals()
Declaration
public override void UpdateLayerTotals()