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

    Interface _ClockwiseSweepPolygonConfig

    interface _ClockwiseSweepPolygonConfig {
        edgeDirectionMode?: EdgeDirectionMode;
        edgeTypes?: Partial<
            Record<EdgeType, boolean | Partial<ClockwiseSweepEdgeConfig>>,
        >;
        priority?: number;
    }
    Index

    Properties

    edgeDirectionMode?: EdgeDirectionMode

    Customize how edge direction of one-way edges is applied

    edgeTypes?: Partial<
        Record<EdgeType, boolean | Partial<ClockwiseSweepEdgeConfig>>,
    >

    Edge types configured as false is equivalent to those edges never being included. Edge types configured as true are included conditionally depending on the type of polygon and the type of edge.

    priority?: number

    Edges with priority less than this priority are ignored