Class CombineWorldLayer
Implements
Inherited Members
Namespace: Eco.Simulation.WorldLayers.Layers
Assembly: Eco.Simulation.dll
Syntax
public class CombineWorldLayer : WorldLayer, IStorage, ISerializable, IController, IViewController, IHasUniversalID, IWorldLayerView, IWorldLayerLastTickView, IHeatMapOverlay, IOverlayWithDescribableUnits, IMinimapOption, IMinimapCategorizedOption
Constructors
CombineWorldLayer()
Declaration
public CombineWorldLayer()
Fields
Layer1
Declaration
public WorldLayer Layer1
Field Value
Type | Description |
---|---|
WorldLayer |
Layer2
Declaration
public WorldLayer Layer2
Field Value
Type | Description |
---|---|
WorldLayer |
Properties
CombineSettings
Declaration
public CombineLayerSettings CombineSettings { get; }
Property Value
Type | Description |
---|---|
CombineLayerSettings |
SettingsType
Declaration
public override Type SettingsType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Overrides
Methods
PostLoadSelf()
Declaration
protected override void PostLoadSelf()
Overrides
TickSelf()
Declaration
protected override void TickSelf()