cameraOffset : Phaser.Point
If this object is fixedToCamera then this stores the x/y position offset relative to the top-left of the camera view.
If the parent of this Group is also fixedToCamera
then the offset here is in addition to that and should typically be disabled.
- Inherited From
- Source code: core/Group.js (Line 272)
Please login to continue.