Interface ISpatialGraphLayer
An interface for all layer managing a
Namespace: SOHDomain.Graph
Assembly: SOHDomain.dll
Syntax
public interface ISpatialGraphLayer : ILayer
Properties
Context
Declaration
ISimulationContext Context { get; }
Property Value
Type | Description |
---|---|
ISimulationContext |
Environment
Gets the entity environment represented as a graph.
Declaration
ISpatialGraphEnvironment Environment { get; }
Property Value
Type | Description |
---|---|
ISpatialGraphEnvironment |