The Camera Pan Start Event.
This event is dispatched by a Camera instance when the Pan Effect starts.
name | type | description |
---|---|---|
camera | Phaser.Cameras.Scene2D.Camera |
The camera that the effect began on. |
effect | Phaser.Cameras.Scene2D.Effects.Pan |
A reference to the effect instance. |
duration | number |
The duration of the effect. |
x | number |
The destination scroll x coordinate. |
y | number |
The destination scroll y coordinate. |