Class SpeciesHabitabilityLayerSettings
Inheritance
System.Object
SpeciesHabitabilityLayerSettings
Assembly: Eco.Simulation.dll
Syntax
public class SpeciesHabitabilityLayerSettings : WorldLayerSettings, IController, IViewController, IHasUniversalID, IDependencyLayer
Constructors
SpeciesHabitabilityLayerSettings()
Declaration
public SpeciesHabitabilityLayerSettings()
Fields
HabitabilityComponents
Declaration
public List<HabitabilityComponent> HabitabilityComponents
Field Value
Properties
IsTerrestrial
Declaration
public bool IsTerrestrial { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LayerType
Declaration
public override Type LayerType { get; }
Property Value
Type |
Description |
System.Type |
|
Overrides
Species
Declaration
public string Species { get; set; }
Property Value
Type |
Description |
System.String |
|
Subcategory
Declaration
public override string Subcategory { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Dependencies()
Declaration
public IEnumerable<WorldLayerSettings> Dependencies()
Returns
Implements
Extension Methods