interface RegionMovementWaypoint {
    x: number;
    y: number;
    elevation: number;
}

Properties

Properties

x: number

The x-coordinates in pixels (integer).

y: number

The y-coordinates in pixels (integer).

elevation: number

The elevation in grid units.