A representation of where the entity is in the world

interface EntityPosition {
    x: number;
    y: number;
}

Properties

x y

Properties

x: number

X position of the entity

y: number

Y position of the entity