Show / Hide Table of Contents

Class LayerInteractionContext

Inheritance
System.Object
LayerInteractionContext
Namespace: Eco.Simulation.WorldLayers
Assembly: Eco.Simulation.dll
Syntax
public class LayerInteractionContext : Object

Constructors

LayerInteractionContext(IWorldLayerInteraction, WorldArea)

Declaration
public LayerInteractionContext(IWorldLayerInteraction interaction, WorldArea area)
Parameters
Type Name Description
IWorldLayerInteraction interaction
WorldArea area

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
Type Description
WorldLayerNeighborInfo[]
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾