类型别名 MouseRayCastAction实验性

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

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