cameraOffset : Phaser.Point
The x/y coordinate offset applied to the top-left of the camera that this Game Object will be drawn at if fixedToCamera
is true.
The values are relative to the top-left of the camera view and in addition to any parent of the Game Object on the display list.
- Source code: gameobjects/components/FixedToCamera.js (Line 86)
Please login to continue.