mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
commit
5a486bec6d
2 changed files with 2 additions and 2 deletions
|
@ -878,7 +878,7 @@ var BaseCamera = new Class({
|
|||
* @method Phaser.Cameras.Scene2D.BaseCamera#ignore
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[]|Phaser.GameObjects.Group)} entries - The Game Object, or array of Game Objects, to be ignored by this Camera.
|
||||
* @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[]|Phaser.GameObjects.Group|Phaser.GameObjects.Layer|Phaser.GameObjects.Layer[])} entries - The Game Object, or array of Game Objects, to be ignored by this Camera.
|
||||
*
|
||||
* @return {this} This Camera instance.
|
||||
*/
|
||||
|
|
|
@ -25,7 +25,7 @@ var JSONFile = require('./JSONFile.js');
|
|||
*
|
||||
* @param {Phaser.Loader.LoaderPlugin} loader - A reference to the Loader that is responsible for this file.
|
||||
* @param {(string|Phaser.Types.Loader.FileTypes.PackFileConfig)} key - The key to use for this file, or a file configuration object.
|
||||
* @param {string} [url] - The absolute or relative URL to load this file from. If undefined or `null` it will be set to `<key>.json`, i.e. if `key` was "alien" then the URL will be "alien.json".
|
||||
* @param {(string|any)} [url] - The absolute or relative URL to load this file from or a ready formed JSON object. If undefined or `null` it will be set to `<key>.json`, i.e. if `key` was "alien" then the URL will be "alien.json".
|
||||
* @param {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - Extra XHR Settings specifically for this file.
|
||||
* @param {string} [dataKey] - When the JSON file loads only this property will be stored in the Cache.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue