For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/types/MouseRayCastAction.md.

Type Alias: MouseRayCastAction

MouseRayCastAction = object

Beta

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

Properties

actionType

readonly actionType: MouseRayCastAction


onExecute

readonly onExecute: (mouseRay, mouseProps) => void

Parameters

mouseRay

Ray

mouseProps

MouseProps

Returns

void