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

    Interface CanvasViewPosition

    interface CanvasViewPosition {
        scale: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    scale: number

    The zoom level which becomes stage.scale.x and y

    x: number

    The x-coordinate which becomes stage.pivot.x

    y: number

    The y-coordinate which becomes stage.pivot.y