interface ClockwiseSweepPolygonConfig {
    edgeOptions?: EdgeOptions;
    edgeTypes?: Record<EdgeType, { mode: 0 | 1 | 2; priority: number }>;
    priority?: number;
}

Properties

edgeOptions?: EdgeOptions

Deactivate/Activate specific edge types behaviors not required by most polygons and will be inferred based on the polygon type and priority.

edgeTypes?: Record<EdgeType, { mode: 0 | 1 | 2; priority: number }>

Edge types configuration object. This is

priority?: number

Optional priority when it comes to ignore edges from darkness and light sources