Corrects scale managing and camera event listening
This commit is contained in:
parent
2a7c8f3786
commit
3abc571e79
4 changed files with 50 additions and 25 deletions
|
@ -6,6 +6,7 @@ export const isWasCameraUpdatedEvent = new tg.IsInterface()
|
|||
y: tg.isNumber,
|
||||
width: tg.isNumber,
|
||||
height: tg.isNumber,
|
||||
zoom: tg.isNumber,
|
||||
})
|
||||
.get();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue