Class AnimalLayerSettings
Inheritance
System.Object
AnimalLayerSettings
Assembly: Eco.Simulation.dll
Syntax
public class AnimalLayerSettings : SpeciesLayerSettings, IController, IViewController, IHasUniversalID, IDependencyLayer
Constructors
AnimalLayerSettings()
Declaration
public AnimalLayerSettings()
Properties
HabitabilityLayer
Declaration
public string HabitabilityLayer { get; set; }
Property Value
Type |
Description |
System.String |
|
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
SpeciesChangeRate
Declaration
public float SpeciesChangeRate { get; set; }
Property Value
Type |
Description |
System.Single |
|
SpreadRate
Declaration
public float SpreadRate { get; set; }
Property Value
Type |
Description |
System.Single |
|
Subcategory
Declaration
public override string Subcategory { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Dependencies()
Declaration
public IEnumerable<WorldLayerSettings> Dependencies()
Returns
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
Extension Methods