mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Added missing property documentation to FixedKeyControlConfig (#3874, thanks @guzmonne).
This commit is contained in:
parent
634edcf538
commit
1ceec99306
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ var GetValue = require('../../utils/object/GetValue');
|
||||||
* @property {Phaser.Input.Keyboard.Key} [left] - The Key to be pressed that will move the Camera left.
|
* @property {Phaser.Input.Keyboard.Key} [left] - The Key to be pressed that will move the Camera left.
|
||||||
* @property {Phaser.Input.Keyboard.Key} [right] - The Key to be pressed that will move the Camera right.
|
* @property {Phaser.Input.Keyboard.Key} [right] - The Key to be pressed that will move the Camera right.
|
||||||
* @property {Phaser.Input.Keyboard.Key} [up] - The Key to be pressed that will move the Camera up.
|
* @property {Phaser.Input.Keyboard.Key} [up] - The Key to be pressed that will move the Camera up.
|
||||||
|
* @property {Phaser.Input.Keyboard.Key} [down] - The Key to be pressed that will move the Camera down.
|
||||||
* @property {Phaser.Input.Keyboard.Key} [zoomIn] - The Key to be pressed that will zoom the Camera in.
|
* @property {Phaser.Input.Keyboard.Key} [zoomIn] - The Key to be pressed that will zoom the Camera in.
|
||||||
* @property {Phaser.Input.Keyboard.Key} [zoomOut] - The Key to be pressed that will zoom the Camera out.
|
* @property {Phaser.Input.Keyboard.Key} [zoomOut] - The Key to be pressed that will zoom the Camera out.
|
||||||
* @property {number} [zoomSpeed=0.01] - The speed at which the camera will zoom if the `zoomIn` or `zoomOut` keys are pressed.
|
* @property {number} [zoomSpeed=0.01] - The speed at which the camera will zoom if the `zoomIn` or `zoomOut` keys are pressed.
|
||||||
|
|
Loading…
Reference in a new issue