Raanan Weber %!s(int64=5) %!d(string=hai) anos
pai
achega
e482518b75
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/XR/features/WebXRControllerPointerSelection.ts

+ 1 - 0
src/XR/features/WebXRControllerPointerSelection.ts

@@ -214,6 +214,7 @@ export class WebXRControllerPointerSelection extends WebXRAbstractFeature {
      * Will get the mesh under a specific pointer.
      * `scene.meshUnderPointer` will only return one mesh - either left or right.
      * @param controllerId the controllerId to check
+     * @returns The mesh under pointer or null if no mesh is under the pointer
      */
     public getMeshUnderPointer(controllerId: string): Nullable<AbstractMesh> {
         if (this._controllers[controllerId]) {