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

    Interface ParticleGeneratorLocalArea

    interface ParticleGeneratorLocalArea {
        affectRotation?: boolean;
        ax?: number;
        ay?: number;
        bx?: number;
        by?: number;
        cosRotation?: number;
        cumulativeLengths?: number[];
        data?: BaseShapeData | PolygonTree;
        fallbackPoint?: IPointData | null;
        holeAreaScale?: number;
        maxAngle?: number;
        minAngle?: number;
        points?: ParticleGeneratorPointList;
        radiusX?: number;
        radiusY?: number;
        rect?: Rectangle;
        sampleMode?: ParticleGeneratorAreaSampleMode;
        segments?: ParticleGeneratorPolylineSegment[];
        shapeRotation?: number;
        sinRotation?: number;
        totalLength?: number;
        type:
            | "point"
            | "shape"
            | "polygonTree"
            | "points"
            | "polyline"
            | "ellipse"
            | "ambientRect"
            | "line";
        x?: number;
        y?: number;
    }
    Index

    Properties

    affectRotation?: boolean
    ax?: number
    ay?: number
    bx?: number
    by?: number
    cosRotation?: number
    cumulativeLengths?: number[]
    fallbackPoint?: IPointData | null
    holeAreaScale?: number
    maxAngle?: number
    minAngle?: number
    radiusX?: number
    radiusY?: number
    rect?: Rectangle
    shapeRotation?: number
    sinRotation?: number
    totalLength?: number
    type:
        | "point"
        | "shape"
        | "polygonTree"
        | "points"
        | "polyline"
        | "ellipse"
        | "ambientRect"
        | "line"
    x?: number
    y?: number