@minecraft
    正在准备搜索索引...

    类型别名 MouseRayCastAction

    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;
    }
    索引

    属性

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