weasel API - v0.8.0
    Preparing search index...

    Interface LassoSelectPose

    Pose carried through lasso-select gestures: the world point under the cursor at gesture start, plus the shift-key state at start.

    interface LassoSelectPose {
        shiftHeld: boolean;
        worldX: number;
        worldY: number;
    }
    Index

    Properties

    shiftHeld: boolean
    worldX: number
    worldY: number