Class SumLayerSettings
Inheritance
System.Object
SumLayerSettings
Assembly: Eco.Simulation.dll
Syntax
public class SumLayerSettings : WorldLayerSettings, IController, IViewController, IHasUniversalID, IDependencyLayer
Constructors
SumLayerSettings()
Declaration
public SumLayerSettings()
Properties
Layers
Declaration
public string[] Layers { get; set; }
Property Value
Type |
Description |
System.String[] |
|
LayerType
Declaration
public override Type LayerType { get; }
Property Value
Type |
Description |
System.Type |
|
Overrides
Methods
Dependencies()
Declaration
public IEnumerable<WorldLayerSettings> Dependencies()
Returns
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
Extension Methods