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 99dfd77600
commit 5b6a8ca4d7
9 changed files with 86 additions and 7 deletions

View file

@ -69,7 +69,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());
})
```