Viewer - Drawing Tools
    Preparing search index...

    Interface DraggingRestrictionMetaData

    interface DraggingRestrictionMetaData {
        dragOrigin: vec3;
        node: ITreeNode;
        type: "dragging";
        dragAnchors?: IDragAnchor[];
        pressedKeys?: string[];
        startPoint?: vec3;
        toggledKeys?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    dragOrigin: vec3
    node: ITreeNode
    type: "dragging"
    dragAnchors?: IDragAnchor[]
    pressedKeys?: string[]
    startPoint?: vec3
    toggledKeys?: string[]