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

    Interface OcclusionState

    interface OcclusionState {
        fade: number;
        radial: number;
        surface: number;
        vision: number;
    }
    Index

    Properties

    fade: number

    The amount of FADE occlusion

    radial: number

    The amount of RADIAL occlusion

    surface: number

    The amount of SURFACE occlusion

    vision: number

    The amount of VISION occlusion