Adds the camera to available APIs with retrieving of the worldView

This commit is contained in:
Benedicte Quimbert 2021-11-23 16:51:39 +01:00
parent d672a2dead
commit 4356767739
9 changed files with 86 additions and 7 deletions

View file

@ -97,7 +97,7 @@ You need to wait for the end of the initialization before calling `WA.player.get
```typescript
WA.onInit().then(() => {
console.log('Tags: ', WA.player.getPosition());
console.log('Position: ', WA.player.getPosition());
})
```