Explorar o código

missing parameter

Raanan Weber %!s(int64=5) %!d(string=hai) anos
pai
achega
0734cbb02a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Engines/Extensions/engine.webVR.ts

+ 1 - 0
src/Engines/Extensions/engine.webVR.ts

@@ -97,6 +97,7 @@ declare module "../../Engines/engine" {
         /**
          * Call this function to switch to webVR mode
          * Will do nothing if webVR is not supported or if there is no webVR device
+         * @param options the webvr options provided to the camera. mainly used for multiview
          * @see http://doc.babylonjs.com/how_to/webvr_camera
          */
         enableVR(options: WebVROptions): void;