interface RegionSegmentizeMovementPathWaypoint {
    elevation: number;
    teleport?: boolean;
    x: number;
    y: number;
}

Properties

Properties

elevation: number

The elevation in grid units.

teleport?: boolean

Teleport from the previous to this waypoint? Default: false.

x: number

The x-coordinate in pixels (integer).

y: number

The y-coordinate in pixels (integer).