Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface RegionSegmentizeMovementPathWaypoint

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

    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).