Interface IOrientable

IOrientable interface

Orientable entities shall implement this interface.

public interface IOrientable

Properties

NameDescription
Direction { get; set; }Gets or sets the direction that the entity is looking at.
Target { get; set; }Gets or sets the target that the entity is looking at.

See Also