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