Class LayerInteractionContext
Inheritance
System.Object
LayerInteractionContext
Assembly: Eco.Simulation.dll
Syntax
public class LayerInteractionContext : Object
Constructors
LayerInteractionContext(IWorldLayerInteraction, WorldArea)
Declaration
public LayerInteractionContext(IWorldLayerInteraction interaction, WorldArea area)
Parameters
Properties
CurrentValue
Declaration
public float CurrentValue { get; set; }
Property Value
Type |
Description |
System.Single |
|
DependencyValues
Declaration
public float[] DependencyValues { get; }
Property Value
Type |
Description |
System.Single[] |
|
Neighborhood
Declaration
public WorldLayerNeighborInfo[] Neighborhood { get; }
Property Value