Type alias NeedleXRControllerEventArgs

NeedleXRControllerEventArgs: NeedleXREventArgs & {
    change: "added" | "removed";
    controller: NeedleXRController;
}

Contains a reference to the currently active webxr session and the controller that has changed

Type declaration

Generated using TypeDoc