Table of Contents

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; }

Property Value

DoubleVector3