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

    Interface _CanvasVisionContainerLight

    interface _CanvasVisionContainerLight {
        cached: SpriteMesh;
        mask: Graphics & { preview: Graphics };
        preview: Graphics;
    }
    Index

    Properties

    Properties

    cached: SpriteMesh

    The sprite with the texture of FOV of cached light sources.

    mask: Graphics & { preview: Graphics }

    The light perception polygons of vision sources and the FOV of vision sources that provide vision.

    preview: Graphics

    FOV that should not be committed to fog exploration.