Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...
    interface EdgeThresholdData {
        attenuation?: boolean;
        darkness?: number;
        light?: number;
        sight?: number;
        sound?: number;
    }
    Index

    Properties

    attenuation?: boolean

    Whether to attenuate the source radius when passing through the edge

    darkness?: number

    Minimum distance in pixels from a light source for which this edge blocks darkness

    light?: number

    Minimum distance in pixels from a light source for which this edge blocks light

    sight?: number

    Minimum distance in pixels from a vision source for which this edge blocks vision

    sound?: number

    Minimum distance in pixels from a sound source for which this edge blocks sound