DragInteractorEvent: InteractorEvent & {
    dragVector: vec3;
    planecastDragVector: vec3;
}

InteractorEvent with dragging data

Type declaration

  • dragVector: vec3
  • planecastDragVector: vec3

    The drag vector projected onto the plane defined by the Interactable's forward and origin