Interface ICarLayer
Provides access to car relevant resources.
Inherited Members
Namespace: SOHCarModel.Model
Assembly: SOHCarModel.dll
Syntax
public interface ICarLayer : IModalLayer, ILayer, IModelObject
Properties
| Improve this Doc View SourceCarParkingLayer
Holds all parking opportunities for cars.
Declaration
ICarParkingLayer CarParkingLayer { get; }
Property Value
Type | Description |
---|---|
ICarParkingLayer |
Environment
Holds the environment that can be used for cars to move.
Declaration
ISpatialGraphEnvironment Environment { get; }
Property Value
Type | Description |
---|---|
ISpatialGraphEnvironment |