IPosition

Interface for setting the position of an emitter.

public interface IPosition
{
    // Returns a 3D position
    public Vector3F GetPosition();
}