瀏覽代碼

Change comments due to the new Resolution type

customisations
alemart 11 月之前
父節點
當前提交
7b788ab12e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      plugins/aframe-with-encantar.js

+ 3
- 3
plugins/aframe-with-encantar.js 查看文件

592
 
592
 
593
     schema: {
593
     schema: {
594
 
594
 
595
-        /** video resolution: "xs" | "xs+" | "sm" | "sm+" | "md" | "md+" | "lg" | "lg+" | "xl" | "xl+" | "xxl" | "xxl+" */
595
+        /** video resolution */
596
         'resolution': { type: 'string', default: 'md' },
596
         'resolution': { type: 'string', default: 'md' },
597
 
597
 
598
         /** facing mode: "environment" | "user" */
598
         /** facing mode: "environment" | "user" */
741
 
741
 
742
     schema: {
742
     schema: {
743
 
743
 
744
-        /** resolution of the tracker: "xs" | "xs+" | "sm" | "sm+" | "md" | "md+" | "lg" | "lg+" | "xl" | "xl+" | "xxl" | "xxl+" */
744
+        /** resolution of the tracker */
745
         'resolution': { type: 'string', default: 'sm' },
745
         'resolution': { type: 'string', default: 'sm' },
746
 
746
 
747
     },
747
     },
836
 
836
 
837
     schema: {
837
     schema: {
838
 
838
 
839
-        /** viewport resolution: "xs" | "xs+" | "sm" | "sm+" | "md" | "md+" | "lg" | "lg+" | "xl" | "xl+" | "xxl" | "xxl+" */
839
+        /** viewport resolution */
840
         'resolution': { type: 'string', default: 'lg' },
840
         'resolution': { type: 'string', default: 'lg' },
841
 
841
 
842
         /** viewport style: "best-fit" | "stretch" | "inline" */
842
         /** viewport style: "best-fit" | "stretch" | "inline" */

Loading…
取消
儲存