interface WallThresholdData {
    light: number;
    sight: number;
    sound: number;
    attenuation: boolean;
}

Properties

light: number

Minimum distance from a light source for which this wall blocks light

sight: number

Minimum distance from a vision source for which this wall blocks vision

sound: number

Minimum distance from a sound source for which this wall blocks sound

attenuation: boolean

Whether to attenuate the source radius when passing through the wall