Class DecayingLayerSettings
Inheritance
System.Object
DecayingLayerSettings
Assembly: Eco.Simulation.dll
Syntax
public class DecayingLayerSettings : WorldLayerSettings, IController, IViewController, IHasUniversalID
Constructors
DecayingLayerSettings()
Declaration
public DecayingLayerSettings()
Properties
DecayRateFlat
Declaration
public float DecayRateFlat { get; set; }
Property Value
Type |
Description |
System.Single |
|
DecayRatePercent
Declaration
public float DecayRatePercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
LayerType
Declaration
public override Type LayerType { get; }
Property Value
Type |
Description |
System.Type |
|
Overrides
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
Extension Methods