Class DecayingWorldLayer
Implements
Inherited Members
Namespace: Eco.Simulation.WorldLayers.Layers
Assembly: Eco.Simulation.dll
Syntax
public class DecayingWorldLayer : WorldLayer, IStorage, ISerializable, IController, IViewController, IHasUniversalID, IWorldLayerView, IWorldLayerLastTickView, IHeatMapOverlay, IOverlayWithDescribableUnits, IMinimapOption, IMinimapCategorizedOption
Constructors
DecayingWorldLayer()
Declaration
public DecayingWorldLayer()
Properties
DecayingSettings
Declaration
public DecayingLayerSettings DecayingSettings { get; }
Property Value
Type | Description |
---|---|
DecayingLayerSettings |
PostTick
Declaration
public override bool PostTick { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SettingsType
Declaration
public override Type SettingsType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Overrides
Methods
InitSelf()
Declaration
protected override void InitSelf()
Overrides
TickSelf()
Declaration
protected override void TickSelf()
Overrides
ToString(Vector2i)
Declaration
public override string ToString(Vector2i layerPos)
Parameters
Type | Name | Description |
---|---|---|
Vector2i | layerPos |
Returns
Type | Description |
---|---|
System.String |