interface _CanvasVisionContainerLight {
    preview: LegacyGraphics;
    cached: SpriteMesh;
    mask: LegacyGraphics & {
        preview: LegacyGraphics;
    };
}

Properties

Properties

preview: LegacyGraphics

FOV that should not be committed to fog exploration.

cached: SpriteMesh

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

mask: LegacyGraphics & {
    preview: LegacyGraphics;
}

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

Type declaration

  • preview: LegacyGraphics