Type alias: MouseRayCastAction
MouseRayCastAction:
object
An action which returns the ray corresponding to a vector from the users mouse click in the viewport.
Type declaration
actionType
actionType:
MouseRayCastAction
onExecute()
readonly
onExecute: (mouseRay
,mouseProps
) =>void
Parameters
Parameter | Type |
---|---|
mouseRay | Ray |
mouseProps | MouseProps |
Returns
void