소스 검색

missing parameter

Raanan Weber 5 년 전
부모
커밋
0734cbb02a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;