Browse Source

missing parameter

Raanan Weber 5 years ago
parent
commit
0734cbb02a
1 changed files with 1 additions and 0 deletions
  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;