File tree Expand file tree Collapse file tree
src/cameras/controls/typedefs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 * @property {Phaser.Input.Keyboard.Key } [left] - The Key to be pressed that will move the Camera left.
77 * @property {Phaser.Input.Keyboard.Key } [right] - The Key to be pressed that will move the Camera right.
88 * @property {Phaser.Input.Keyboard.Key } [up] - The Key to be pressed that will move the Camera up.
9+ * @property {Phaser.Input.Keyboard.Key } [down] - The Key to be pressed that will move the Camera down.
910 * @property {Phaser.Input.Keyboard.Key } [zoomIn] - The Key to be pressed that will zoom the Camera in.
1011 * @property {Phaser.Input.Keyboard.Key } [zoomOut] - The Key to be pressed that will zoom the Camera out.
1112 * @property {number } [zoomSpeed=0.01] - The speed at which the camera will zoom if the `zoomIn` or `zoomOut` keys are pressed.
You can’t perform that action at this time.
0 commit comments