Viewer - Interaction
    Preparing search index...

    Interface DrawingRestrictionMetaData

    interface DrawingRestrictionMetaData {
        type: "drawing";
        index?: number;
        positionArray?: Float32Array<ArrayBufferLike>;
        pressedKeys?: string[];
        startPoint?: vec3;
        toggledKeys?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: "drawing"
    index?: number
    positionArray?: Float32Array<ArrayBufferLike>
    pressedKeys?: string[]
    startPoint?: vec3
    toggledKeys?: string[]