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