tsParticles - v4.0.0-beta.12
    Preparing search index...

    Coordinates with pixel mode

    interface ICoordinatesWithMode {
        mode: "precise" | "percent" | PixelMode;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    mode: "precise" | "percent" | PixelMode

    The pixel mode

    x: number

    The x coordinate

    y: number

    The y coordinate