Interface IPositionProvider
- Namespace
- Termule.Engine.Components
- Assembly
- Termule.Engine.dll
Denotes that a component provides a position for its GameObject.
public interface IPositionProvider
Properties
Pos
Gets the position.
Vector Pos { get; }
Denotes that a component provides a position for its GameObject.
public interface IPositionProvider
Gets the position.
Vector Pos { get; }