Blockbench Reference Docs
    Preparing search index...

    Type Alias RaycastResult

    type RaycastResult = {
        cube?: Cube;
        element?: OutlinerElement;
        event: Event;
        face?: string;
        intersects?: any[];
        keyframe?: _Keyframe;
        type: "element" | "keyframe" | "vertex" | "cube" | "line";
        vertex?: any;
    }
    Index

    Properties

    cube?: Cube
    element?: OutlinerElement
    event: Event
    face?: string
    intersects?: any[]
    keyframe?: _Keyframe
    type: "element" | "keyframe" | "vertex" | "cube" | "line"
    vertex?: any