@minecraft/server-editor
    Preparing search index...

    Type Alias MouseRayCastActionBeta

    An action which returns the ray corresponding to a vector from the users mouse click in the viewport.

    type MouseRayCastAction = {
        actionType: MouseRayCastAction;
        onExecute: (mouseRay: Ray, mouseProps: MouseProps) => void;
    }
    Index

    Properties

    actionType: MouseRayCastAction
    onExecute: (mouseRay: Ray, mouseProps: MouseProps) => void