mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Merge pull request #3494 from erd0s/master
JSdoc, changed properties marked with [?...] to just be [...]
This commit is contained in:
commit
6c3618fa12
1 changed files with 11 additions and 11 deletions
|
@ -57,10 +57,10 @@ var ValueToColor = require('../display/color/ValueToColor');
|
|||
* @property {number} [zoom=1] - [description]
|
||||
* @property {number} [resolution=1] - [description]
|
||||
* @property {number} [type=CONST.AUTO] - [description]
|
||||
* @property {*} [?parent=null] - [description]
|
||||
* @property {HTMLCanvasElement} [?canvas=null] - [description]
|
||||
* @property {string} [?canvasStyle=null] - [description]
|
||||
* @property {object} [?scene=null] - [description]
|
||||
* @property {*} [parent=null] - [description]
|
||||
* @property {HTMLCanvasElement} [canvas=null] - [description]
|
||||
* @property {string} [canvasStyle=null] - [description]
|
||||
* @property {object} [scene=null] - [description]
|
||||
* @property {string[]} [seed] - [description]
|
||||
* @property {string} [title=''] - [description]
|
||||
* @property {string} [url='http://phaser.io'] - [description]
|
||||
|
@ -69,17 +69,17 @@ var ValueToColor = require('../display/color/ValueToColor');
|
|||
* @property {boolean} [input.keyboard=true] - [description]
|
||||
* @property {*} [input.keyboard.target=window] - [description]
|
||||
* @property {(boolean|object)} [input.mouse=true] - [description]
|
||||
* @property {*} [?input.mouse.target=null] - [description]
|
||||
* @property {*} [input.mouse.target=null] - [description]
|
||||
* @property {boolean} [input.touch=true] - [description]
|
||||
* @property {*} [?input.touch.target=null] - [description]
|
||||
* @property {boolean} [?input.touch.capture=true] - [description]
|
||||
* @property {*} [input.touch.target=null] - [description]
|
||||
* @property {boolean} [input.touch.capture=true] - [description]
|
||||
* @property {(boolean|object)} [input.gamepad=false] - [description]
|
||||
* @property {boolean} [disableContextMenu=false] - [description]
|
||||
* @property {(boolean|object)} [banner=false] - [description]
|
||||
* @property {boolean} [banner.hidePhaser=false] - [description]
|
||||
* @property {string} [banner.text='#ffffff'] - [description]
|
||||
* @property {string[]} [banner.background] - [description]
|
||||
* @property {FPSConfig} [?fps] - [description]
|
||||
* @property {FPSConfig} [fps] - [description]
|
||||
* @property {boolean} [antialias=true] - [description]
|
||||
* @property {boolean} [pixelArt=false] - [description]
|
||||
* @property {boolean} [autoResize=false] - [description]
|
||||
|
@ -91,11 +91,11 @@ var ValueToColor = require('../display/color/ValueToColor');
|
|||
* @property {boolean} [failIfMajorPerformanceCaveat=false] - [description]
|
||||
* @property {boolean} [powerPreference='default'] - "high-performance", "low-power" or "default"
|
||||
* @property {(string|number)} [backgroundColor=0x000000] - [description]
|
||||
* @property {object} [?callbacks] - [description]
|
||||
* @property {object} [callbacks] - [description]
|
||||
* @property {BootCallback} [callbacks.preBoot=NOOP] - [description]
|
||||
* @property {BootCallback} [callbacks.postBoot=NOOP] - [description]
|
||||
* @property {LoaderConfig} [?loader] - [description]
|
||||
* @property {object} [?images] - [description]
|
||||
* @property {LoaderConfig} [loader] - [description]
|
||||
* @property {object} [images] - [description]
|
||||
* @property {string} [images.default] - [description]
|
||||
* @property {string} [images.missing] - [description]
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue