Interface IDynamicObstacle
Interface represents net objects that could change their position and should be avoided (e.g with pathfinding)
Namespace: Eco.Simulation.ExternalInputs
Assembly: Eco.Simulation.dll
Syntax
public interface IDynamicObstacle
Properties
Position
Declaration
Vector3 Position { get; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector3 |