소스 검색

Change example

customisations
alemart 8 달 전
부모
커밋
c08f0727da
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6
    1
      docs/api/plugin-aframe.md

+ 6
- 1
docs/api/plugin-aframe.md 파일 보기

334
 
334
 
335
     tick()
335
     tick()
336
     {
336
     {
337
-        const ar = this.el.sceneEl.systems.ar;
337
+        const ar = this.ar;
338
         const session = ar.session;
338
         const session = ar.session;
339
 
339
 
340
         // ...
340
         // ...
342
 
342
 
343
     // ...
343
     // ...
344
 
344
 
345
+    get ar()
346
+    {
347
+        return this.el.sceneEl.systems.ar;
348
+    }
349
+
345
 });
350
 });
346
 ```
351
 ```
347
 
352
 

Loading…
취소
저장