Show / Hide Table of Contents

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