interface RulerMeasurementHistoryWaypoint {
    x: number;
    y: number;
    teleport: boolean;
    cost: number;
}

Properties

Properties

x: number

The x-coordinate of the waypoint

y: number

The y-coordinate of the waypoint

teleport: boolean

Teleported to from the previous waypoint this waypoint?

cost: number

The cost of having moved from the previous waypoint to this waypoint