Interface IPositionable
- Namespace
- OmegaEngine
- Assembly
- OmegaEngine.dll
An interface to objects that have a position.
public interface IPositionable
- Extension Methods
Properties
Position
The object's position
DoubleVector3 Position { get; set; }