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

    Interface VFXBasePathPoint

    interface VFXBasePathPoint {
        elevation: number;
        rotation?: number;
        sort?: number;
        sortLayer?: string;
        x: number;
        y: number;
    }
    Index

    Properties

    elevation: number

    The elevation of the point

    rotation?: number

    The rotation at the point in radians

    sort?: number

    The sort order of the point

    sortLayer?: string

    The sort layer for the point

    x: number

    The x coordinate of the point

    y: number

    The y coordinate of the point