Interface IPositionEntity
- Namespace
- Moongate.UO.Data.Interfaces.Entities
- Assembly
- Moongate.UO.Data.dll
Contract for entities that have a world position.
public interface IPositionEntity : IUOEntity
- Inherited Members
Properties
Location
Gets or sets the entity world location.
Point3D Location { get; set; }