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

    Interface RegionSurface

    interface RegionSurface {
        elevation: number;
        exposure: boolean;
        light: boolean;
        move: boolean;
        occlusion: boolean;
        region: RegionDocument;
        sight: boolean;
        sound: boolean;
    }
    Index

    Properties

    elevation: number

    The elevation of the surface

    exposure: boolean

    Does the surface cause exposure?

    light: boolean

    Does the surface restrict light?

    move: boolean

    Does the surface restrict movement?

    occlusion: boolean

    Does the surface cause occlusion?

    The region of the surface

    sight: boolean

    Does the surface restrict sight?

    sound: boolean

    Does the surface restrict sound?