EILIndoorLocationScene zoom

Hello, please tell me how to know zoom param then I zoom in or zoom out in EILIndoorLocationScene.


I find:
self.scene.camera.yScale

1 Like

Yup, EILIndoorLocationScene is based on iOS’s SpriteKit, so now, everything you can do with a SpriteKit Scene (like zooming, panning, rotating, etc.), you can do with the Indoor map as well!

Here’s some more resources about SpriteKit Scenes:

SKScene class reference
SpriteKit Programming Guide: Building Your Scene