mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Updated @memberOf to @memberof
This commit is contained in:
parent
1e7251ba97
commit
4b1c762296
223 changed files with 225 additions and 225 deletions
|
@ -64,7 +64,7 @@ var GetValue = require('../utils/object/GetValue');
|
|||
* So multiple Game Objects can have playheads all pointing to this one Animation instance.
|
||||
*
|
||||
* @class Animation
|
||||
* @memberOf Phaser.Animations
|
||||
* @memberof Phaser.Animations
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -25,7 +25,7 @@ var Class = require('../utils/Class');
|
|||
* AnimationFrames are generated automatically by the Animation class.
|
||||
*
|
||||
* @class AnimationFrame
|
||||
* @memberOf Phaser.Animations
|
||||
* @memberof Phaser.Animations
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -30,7 +30,7 @@ var Pad = require('../utils/string/Pad');
|
|||
*
|
||||
* @class AnimationManager
|
||||
* @extends Phaser.Events.EventEmitter
|
||||
* @memberOf Phaser.Animations
|
||||
* @memberof Phaser.Animations
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -221,7 +221,7 @@ var ValueToColor = require('../display/color/ValueToColor');
|
|||
* The active game configuration settings, parsed from a {@link GameConfig} object.
|
||||
*
|
||||
* @class Config
|
||||
* @memberOf Phaser.Boot
|
||||
* @memberof Phaser.Boot
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -47,7 +47,7 @@ if (typeof PLUGIN_FBINSTANT)
|
|||
* made available to you via the Phaser.Scene Systems class instead.
|
||||
*
|
||||
* @class Game
|
||||
* @memberOf Phaser
|
||||
* @memberof Phaser
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -33,7 +33,7 @@ var RequestAnimationFrame = require('../dom/RequestAnimationFrame');
|
|||
* [description]
|
||||
*
|
||||
* @class TimeStep
|
||||
* @memberOf Phaser.Boot
|
||||
* @memberof Phaser.Boot
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
2
src/cache/BaseCache.js
vendored
2
src/cache/BaseCache.js
vendored
|
@ -17,7 +17,7 @@ var EventEmitter = require('eventemitter3');
|
|||
* Keys are string-based.
|
||||
*
|
||||
* @class BaseCache
|
||||
* @memberOf Phaser.Cache
|
||||
* @memberof Phaser.Cache
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*/
|
||||
|
|
2
src/cache/CacheManager.js
vendored
2
src/cache/CacheManager.js
vendored
|
@ -16,7 +16,7 @@ var Class = require('../utils/Class');
|
|||
* instances, one per type of file. You can also add your own custom caches.
|
||||
*
|
||||
* @class CacheManager
|
||||
* @memberOf Phaser.Cache
|
||||
* @memberof Phaser.Cache
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -67,7 +67,7 @@ var Vector2 = require('../../math/Vector2');
|
|||
* to when they were added to the Camera class.
|
||||
*
|
||||
* @class BaseCamera
|
||||
* @memberOf Phaser.Cameras.Scene2D
|
||||
* @memberof Phaser.Cameras.Scene2D
|
||||
* @constructor
|
||||
* @since 3.12.0
|
||||
*
|
||||
|
|
|
@ -39,7 +39,7 @@ var Vector2 = require('../../math/Vector2');
|
|||
* A Camera also has built-in special effects including Fade, Flash and Camera Shake.
|
||||
*
|
||||
* @class Camera
|
||||
* @memberOf Phaser.Cameras.Scene2D
|
||||
* @memberof Phaser.Cameras.Scene2D
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -63,7 +63,7 @@ var RectangleContains = require('../../geom/rectangle/Contains');
|
|||
* A Camera also has built-in special effects including Fade, Flash, Camera Shake, Pan and Zoom.
|
||||
*
|
||||
* @class CameraManager
|
||||
* @memberOf Phaser.Cameras.Scene2D
|
||||
* @memberof Phaser.Cameras.Scene2D
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -20,7 +20,7 @@ var Class = require('../../../utils/Class');
|
|||
* which is invoked each frame for the duration of the effect, if required.
|
||||
*
|
||||
* @class Fade
|
||||
* @memberOf Phaser.Cameras.Scene2D.Effects
|
||||
* @memberof Phaser.Cameras.Scene2D.Effects
|
||||
* @constructor
|
||||
* @since 3.5.0
|
||||
*
|
||||
|
|
|
@ -20,7 +20,7 @@ var Class = require('../../../utils/Class');
|
|||
* which is invoked each frame for the duration of the effect, if required.
|
||||
*
|
||||
* @class Flash
|
||||
* @memberOf Phaser.Cameras.Scene2D.Effects
|
||||
* @memberof Phaser.Cameras.Scene2D.Effects
|
||||
* @constructor
|
||||
* @since 3.5.0
|
||||
*
|
||||
|
|
|
@ -23,7 +23,7 @@ var EaseMap = require('../../../math/easing/EaseMap');
|
|||
* which is invoked each frame for the duration of the effect if required.
|
||||
*
|
||||
* @class Pan
|
||||
* @memberOf Phaser.Cameras.Scene2D.Effects
|
||||
* @memberof Phaser.Cameras.Scene2D.Effects
|
||||
* @constructor
|
||||
* @since 3.11.0
|
||||
*
|
||||
|
|
|
@ -21,7 +21,7 @@ var Vector2 = require('../../../math/Vector2');
|
|||
* which is invoked each frame for the duration of the effect if required.
|
||||
*
|
||||
* @class Shake
|
||||
* @memberOf Phaser.Cameras.Scene2D.Effects
|
||||
* @memberof Phaser.Cameras.Scene2D.Effects
|
||||
* @constructor
|
||||
* @since 3.5.0
|
||||
*
|
||||
|
|
|
@ -18,7 +18,7 @@ var EaseMap = require('../../../math/easing/EaseMap');
|
|||
* which is invoked each frame for the duration of the effect if required.
|
||||
*
|
||||
* @class Zoom
|
||||
* @memberOf Phaser.Cameras.Scene2D.Effects
|
||||
* @memberof Phaser.Cameras.Scene2D.Effects
|
||||
* @constructor
|
||||
* @since 3.11.0
|
||||
*
|
||||
|
|
|
@ -33,7 +33,7 @@ var GetValue = require('../../utils/object/GetValue');
|
|||
* [description]
|
||||
*
|
||||
* @class FixedKeyControl
|
||||
* @memberOf Phaser.Cameras.Controls
|
||||
* @memberof Phaser.Cameras.Controls
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -41,7 +41,7 @@ var GetValue = require('../../utils/object/GetValue');
|
|||
* [description]
|
||||
*
|
||||
* @class SmoothedKeyControl
|
||||
* @memberOf Phaser.Cameras.Controls
|
||||
* @memberof Phaser.Cameras.Controls
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -17,7 +17,7 @@ var Vector2 = require('../math/Vector2');
|
|||
*
|
||||
* @class CubicBezier
|
||||
* @extends Phaser.Curves.Curve
|
||||
* @memberOf Phaser.Curves
|
||||
* @memberof Phaser.Curves
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -16,7 +16,7 @@ var Vector2 = require('../math/Vector2');
|
|||
* Based on the three.js Curve classes created by [zz85](http://www.lab4games.net/zz85/blog)
|
||||
*
|
||||
* @class Curve
|
||||
* @memberOf Phaser.Curves
|
||||
* @memberof Phaser.Curves
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -48,7 +48,7 @@ var Vector2 = require('../math/Vector2');
|
|||
*
|
||||
* @class Ellipse
|
||||
* @extends Phaser.Curves.Curve
|
||||
* @memberOf Phaser.Curves
|
||||
* @memberof Phaser.Curves
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -20,7 +20,7 @@ var tmpVec2 = new Vector2();
|
|||
*
|
||||
* @class Line
|
||||
* @extends Phaser.Curves.Curve
|
||||
* @memberOf Phaser.Curves
|
||||
* @memberof Phaser.Curves
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -15,7 +15,7 @@ var Vector2 = require('../math/Vector2');
|
|||
*
|
||||
* @class QuadraticBezier
|
||||
* @extends Phaser.Curves.Curve
|
||||
* @memberOf Phaser.Curves
|
||||
* @memberof Phaser.Curves
|
||||
* @constructor
|
||||
* @since 3.2.0
|
||||
*
|
||||
|
|
|
@ -17,7 +17,7 @@ var Vector2 = require('../math/Vector2');
|
|||
*
|
||||
* @class Spline
|
||||
* @extends Phaser.Curves.Curve
|
||||
* @memberOf Phaser.Curves
|
||||
* @memberof Phaser.Curves
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@ var Vector2 = require('../../math/Vector2');
|
|||
* [description]
|
||||
*
|
||||
* @class MoveTo
|
||||
* @memberOf Phaser.Curves
|
||||
* @memberof Phaser.Curves
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -32,7 +32,7 @@ var Vector2 = require('../../math/Vector2');
|
|||
* [description]
|
||||
*
|
||||
* @class Path
|
||||
* @memberOf Phaser.Curves
|
||||
* @memberof Phaser.Curves
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -22,7 +22,7 @@ var Class = require('../utils/Class');
|
|||
* or have a property called `events` that is an instance of it.
|
||||
*
|
||||
* @class DataManager
|
||||
* @memberOf Phaser.Data
|
||||
* @memberof Phaser.Data
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -16,7 +16,7 @@ var PluginCache = require('../plugins/PluginCache');
|
|||
*
|
||||
* @class DataManagerPlugin
|
||||
* @extends Phaser.Data.DataManager
|
||||
* @memberOf Phaser.Data
|
||||
* @memberof Phaser.Data
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -15,7 +15,7 @@ var RGBToHSV = require('./RGBToHSV');
|
|||
* The Color class holds a single color value and allows for easy modification and reading of it.
|
||||
*
|
||||
* @class Color
|
||||
* @memberOf Phaser.Display
|
||||
* @memberof Phaser.Display
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -11,7 +11,7 @@ var Class = require('../../utils/Class');
|
|||
* [description]
|
||||
*
|
||||
* @class BitmapMask
|
||||
* @memberOf Phaser.Display.Masks
|
||||
* @memberof Phaser.Display.Masks
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -15,7 +15,7 @@ var Class = require('../../utils/Class');
|
|||
* The Geometry Mask's location matches the location of its Graphics object, not the location of the masked objects. Moving or transforming the underlying Graphics object will change the mask (and affect the visibility of any masked objects), whereas moving or transforming a masked object will not affect the mask. You can think of the Geometry Mask (or rather, of the its Graphics object) as an invisible curtain placed in front of all masked objects which has its own visual properties and, naturally, respects the camera's visual properties, but isn't affected by and doesn't follow the masked objects by itself.
|
||||
*
|
||||
* @class GeometryMask
|
||||
* @memberOf Phaser.Display.Masks
|
||||
* @memberof Phaser.Display.Masks
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -13,7 +13,7 @@ var NOOP = require('../utils/NOOP');
|
|||
* This is invoked automatically by the Phaser.Game instance.
|
||||
*
|
||||
* @class RequestAnimationFrame
|
||||
* @memberOf Phaser.DOM
|
||||
* @memberof Phaser.DOM
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,7 @@ var VisualBounds = require('./VisualBounds');
|
|||
* [description]
|
||||
*
|
||||
* @class ScaleManager
|
||||
* @memberOf Phaser.DOM
|
||||
* @memberof Phaser.DOM
|
||||
* @constructor
|
||||
* @since 3.15.0
|
||||
*
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* @name Phaser.ScaleManager
|
||||
* @enum {integer}
|
||||
* @memberOf Phaser
|
||||
* @memberof Phaser
|
||||
* @readonly
|
||||
* @since 3.15.0
|
||||
*/
|
||||
|
|
|
@ -13,7 +13,7 @@ var PluginCache = require('../plugins/PluginCache');
|
|||
* EventEmitter is a Scene Systems plugin compatible version of eventemitter3.
|
||||
*
|
||||
* @class EventEmitter
|
||||
* @memberOf Phaser.Events
|
||||
* @memberof Phaser.Events
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*/
|
||||
|
|
|
@ -19,7 +19,7 @@ var StableSort = require('../utils/array/StableSort');
|
|||
*
|
||||
* @class DisplayList
|
||||
* @extends Phaser.Structs.List.<Phaser.GameObjects.GameObject>
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -16,7 +16,7 @@ var EventEmitter = require('eventemitter3');
|
|||
* Instead, use them as the base for your own custom classes.
|
||||
*
|
||||
* @class GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @extends Phaser.Events.EventEmitter
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
|
@ -585,7 +585,7 @@ var GameObject = new Class({
|
|||
* The bitmask that `GameObject.renderFlags` is compared against to determine if the Game Object will render or not.
|
||||
*
|
||||
* @constant {integer} RENDER_MASK
|
||||
* @memberOf Phaser.GameObjects.GameObject
|
||||
* @memberof Phaser.GameObjects.GameObject
|
||||
* @default
|
||||
*/
|
||||
GameObject.RENDER_MASK = 15;
|
||||
|
|
|
@ -17,7 +17,7 @@ var PluginCache = require('../plugins/PluginCache');
|
|||
* methods into the class.
|
||||
*
|
||||
* @class GameObjectCreator
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -16,7 +16,7 @@ var PluginCache = require('../plugins/PluginCache');
|
|||
* methods into the class.
|
||||
*
|
||||
* @class GameObjectFactory
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -16,7 +16,7 @@ var PluginCache = require('../plugins/PluginCache');
|
|||
* Some or all of these Game Objects may also be part of the Scene's [Display List]{@link Phaser.GameObjects.DisplayList}, for Rendering.
|
||||
*
|
||||
* @class UpdateList
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -59,7 +59,7 @@ var Render = require('./DynamicBitmapTextRender');
|
|||
*
|
||||
* @class DynamicBitmapText
|
||||
* @extends Phaser.GameObjects.BitmapText
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -77,7 +77,7 @@ var Render = require('./BitmapTextRender');
|
|||
*
|
||||
* @class BitmapText
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -37,7 +37,7 @@ var List = require('../../structs/List');
|
|||
*
|
||||
* @class Blitter
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -23,7 +23,7 @@ var Class = require('../../utils/Class');
|
|||
* handled via the Blitter parent.
|
||||
*
|
||||
* @class Bob
|
||||
* @memberOf Phaser.GameObjects.Blitter
|
||||
* @memberof Phaser.GameObjects.Blitter
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -70,7 +70,7 @@ var Class = require('../../utils/Class');
|
|||
* This controller lives as an instance within a Game Object, accessible as `sprite.anims`.
|
||||
*
|
||||
* @class Animation
|
||||
* @memberOf Phaser.GameObjects.Components
|
||||
* @memberof Phaser.GameObjects.Components
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -20,7 +20,7 @@ var Vector2 = require('../../math/Vector2');
|
|||
* ```
|
||||
*
|
||||
* @class TransformMatrix
|
||||
* @memberOf Phaser.GameObjects.Components
|
||||
* @memberof Phaser.GameObjects.Components
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -53,7 +53,7 @@ var Vector2 = require('../../math/Vector2');
|
|||
*
|
||||
* @class Container
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.4.0
|
||||
*
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* @name Phaser.CSSBlendModes
|
||||
* @enum {string}
|
||||
* @memberOf Phaser
|
||||
* @memberof Phaser
|
||||
* @readonly
|
||||
* @since 3.12.0
|
||||
*/
|
||||
|
|
|
@ -17,7 +17,7 @@ var Vector4 = require('../../math/Vector4');
|
|||
*
|
||||
* @class DOMElement
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.12.0
|
||||
*
|
||||
|
|
|
@ -104,7 +104,7 @@ var Render = require('./GraphicsRender');
|
|||
*
|
||||
* @class Graphics
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -101,7 +101,7 @@ var Sprite = require('../sprite/Sprite');
|
|||
* Groups themselves aren't displayable, and can't be positioned, rotated, scaled, or hidden.
|
||||
*
|
||||
* @class Group
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
* @param {Phaser.Scene} scene - The scene this group belongs to.
|
||||
|
|
|
@ -20,7 +20,7 @@ var ImageRender = require('./ImageRender');
|
|||
*
|
||||
* @class Image
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -18,7 +18,7 @@ var Utils = require('../../renderer/webgl/Utils');
|
|||
* They can also simply be used to represent a point light for your own purposes.
|
||||
*
|
||||
* @class Light
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -21,7 +21,7 @@ var Utils = require('../../renderer/webgl/Utils');
|
|||
* Affects the rendering of Game Objects using the `Light2D` pipeline.
|
||||
*
|
||||
* @class LightsManager
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*/
|
||||
|
|
|
@ -32,7 +32,7 @@ var PluginCache = require('../../plugins/PluginCache');
|
|||
*
|
||||
* @class LightsPlugin
|
||||
* @extends Phaser.GameObjects.LightsManager
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -15,7 +15,7 @@ var MeshRender = require('./MeshRender');
|
|||
*
|
||||
* @class Mesh
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @webglOnly
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -95,7 +95,7 @@ var Wrap = require('../../math/Wrap');
|
|||
* Facilitates changing Particle properties as they are emitted and throughout their lifetime.
|
||||
*
|
||||
* @class EmitterOp
|
||||
* @memberOf Phaser.GameObjects.Particles
|
||||
* @memberof Phaser.GameObjects.Particles
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -22,7 +22,7 @@ var GetFastValue = require('../../utils/object/GetFastValue');
|
|||
* [description]
|
||||
*
|
||||
* @class GravityWell
|
||||
* @memberOf Phaser.GameObjects.Particles
|
||||
* @memberof Phaser.GameObjects.Particles
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -14,7 +14,7 @@ var DistanceBetween = require('../../math/distance/DistanceBetween');
|
|||
* It uses its own lightweight physics system, and can interact only with its Emitter's bounds and zones.
|
||||
*
|
||||
* @class Particle
|
||||
* @memberOf Phaser.GameObjects.Particles
|
||||
* @memberof Phaser.GameObjects.Particles
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -152,7 +152,7 @@ var Wrap = require('../../math/Wrap');
|
|||
* It controls a pool of {@link Phaser.GameObjects.Particles.Particle Particles} and is controlled by a {@link Phaser.GameObjects.Particles.ParticleEmitterManager Particle Emitter Manager}.
|
||||
*
|
||||
* @class ParticleEmitter
|
||||
* @memberOf Phaser.GameObjects.Particles
|
||||
* @memberof Phaser.GameObjects.Particles
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -18,7 +18,7 @@ var Render = require('./ParticleManagerRender');
|
|||
*
|
||||
* @class ParticleEmitterManager
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects.Particles
|
||||
* @memberof Phaser.GameObjects.Particles
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -37,7 +37,7 @@ var Class = require('../../../utils/Class');
|
|||
* object as long as it includes a `contains` method for which the Particles can be tested against.
|
||||
*
|
||||
* @class DeathZone
|
||||
* @memberOf Phaser.GameObjects.Particles.Zones
|
||||
* @memberof Phaser.GameObjects.Particles.Zones
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -35,7 +35,7 @@ var Class = require('../../../utils/Class');
|
|||
* A zone that places particles on a shape's edges.
|
||||
*
|
||||
* @class EdgeZone
|
||||
* @memberOf Phaser.GameObjects.Particles.Zones
|
||||
* @memberof Phaser.GameObjects.Particles.Zones
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -31,7 +31,7 @@ var Vector2 = require('../../../math/Vector2');
|
|||
* A zone that places particles randomly within a shape's area.
|
||||
*
|
||||
* @class RandomZone
|
||||
* @memberOf Phaser.GameObjects.Particles.Zones
|
||||
* @memberof Phaser.GameObjects.Particles.Zones
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -41,7 +41,7 @@ var Vector2 = require('../../math/Vector2');
|
|||
*
|
||||
* @class PathFollower
|
||||
* @extends Phaser.GameObjects.Sprite
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -19,7 +19,7 @@ var Mesh = require('../mesh/Mesh');
|
|||
*
|
||||
* @class Quad
|
||||
* @extends Phaser.GameObjects.Mesh
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @webglOnly
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -24,7 +24,7 @@ var UUID = require('../../utils/string/UUID');
|
|||
*
|
||||
* @class RenderTexture
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.2.0
|
||||
*
|
||||
|
|
|
@ -16,7 +16,7 @@ var Line = require('../../geom/line/Line');
|
|||
*
|
||||
* @class Shape
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -32,7 +32,7 @@ var Shape = require('../Shape');
|
|||
*
|
||||
* @class Arc
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -29,7 +29,7 @@ var Shape = require('../Shape');
|
|||
*
|
||||
* @class Curve
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -30,7 +30,7 @@ var Shape = require('../Shape');
|
|||
*
|
||||
* @class Ellipse
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -27,7 +27,7 @@ var GridRender = require('./GridRender');
|
|||
*
|
||||
* @class Grid
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -26,7 +26,7 @@ var Shape = require('../Shape');
|
|||
*
|
||||
* @class IsoBox
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -27,7 +27,7 @@ var Shape = require('../Shape');
|
|||
*
|
||||
* @class IsoTriangle
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -26,7 +26,7 @@ var LineRender = require('./LineRender');
|
|||
*
|
||||
* @class Line
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -35,7 +35,7 @@ var Smooth = require('../../../geom/polygon/Smooth');
|
|||
*
|
||||
* @class Polygon
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -22,7 +22,7 @@ var RectangleRender = require('./RectangleRender');
|
|||
*
|
||||
* @class Rectangle
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -28,7 +28,7 @@ var Shape = require('../Shape');
|
|||
*
|
||||
* @class Star
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -24,7 +24,7 @@ var TriangleRender = require('./TriangleRender');
|
|||
*
|
||||
* @class Triangle
|
||||
* @extends Phaser.GameObjects.Shape
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.13.0
|
||||
*
|
||||
|
|
|
@ -23,7 +23,7 @@ var SpriteRender = require('./SpriteRender');
|
|||
*
|
||||
* @class Sprite
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -66,7 +66,7 @@ var propertyMap = {
|
|||
* Style settings for a Text object.
|
||||
*
|
||||
* @class TextStyle
|
||||
* @memberOf Phaser.GameObjects.Text
|
||||
* @memberof Phaser.GameObjects.Text
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -43,7 +43,7 @@ var TextStyle = require('../TextStyle');
|
|||
*
|
||||
* @class Text
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -42,7 +42,7 @@ var _FLAG = 8; // 1000
|
|||
*
|
||||
* @class TileSprite
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -29,7 +29,7 @@ var RectangleContains = require('../../geom/rectangle/Contains');
|
|||
*
|
||||
* @class Zone
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @memberof Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -19,7 +19,7 @@ var Random = require('./Random');
|
|||
* To render a Circle you should look at the capabilities of the Graphics class.
|
||||
*
|
||||
* @class Circle
|
||||
* @memberOf Phaser.Geom
|
||||
* @memberof Phaser.Geom
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -19,7 +19,7 @@ var Random = require('./Random');
|
|||
* To render an Ellipse you should look at the capabilities of the Graphics class.
|
||||
*
|
||||
* @class Ellipse
|
||||
* @memberOf Phaser.Geom
|
||||
* @memberof Phaser.Geom
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -15,7 +15,7 @@ var Vector2 = require('../../math/Vector2');
|
|||
* Defines a Line segment, a part of a line between two endpoints.
|
||||
*
|
||||
* @class Line
|
||||
* @memberOf Phaser.Geom
|
||||
* @memberof Phaser.Geom
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -11,7 +11,7 @@ var Class = require('../../utils/Class');
|
|||
* Defines a Point in 2D space, with an x and y component.
|
||||
*
|
||||
* @class Point
|
||||
* @memberOf Phaser.Geom
|
||||
* @memberof Phaser.Geom
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -13,7 +13,7 @@ var GetPoints = require('./GetPoints');
|
|||
* [description]
|
||||
*
|
||||
* @class Polygon
|
||||
* @memberOf Phaser.Geom
|
||||
* @memberof Phaser.Geom
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -16,7 +16,7 @@ var Random = require('./Random');
|
|||
* Encapsulates a 2D rectangle defined by its corner point in the top-left and its extends in x (width) and y (height)
|
||||
*
|
||||
* @class Rectangle
|
||||
* @memberOf Phaser.Geom
|
||||
* @memberof Phaser.Geom
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -18,7 +18,7 @@ var Random = require('./Random');
|
|||
* specify the second point, and the last two arguments specify the third point.
|
||||
*
|
||||
* @class Triangle
|
||||
* @memberOf Phaser.Geom
|
||||
* @memberof Phaser.Geom
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -29,7 +29,7 @@ var TransformXY = require('../math/TransformXY');
|
|||
* for dealing with all input events for a Scene.
|
||||
*
|
||||
* @class InputManager
|
||||
* @memberOf Phaser.Input
|
||||
* @memberof Phaser.Input
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -49,7 +49,7 @@ var TriangleContains = require('../geom/triangle/Contains');
|
|||
*
|
||||
* @class InputPlugin
|
||||
* @extends Phaser.Events.EventEmitter
|
||||
* @memberOf Phaser.Input
|
||||
* @memberof Phaser.Input
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -25,7 +25,7 @@ var Vector2 = require('../math/Vector2');
|
|||
* callbacks.
|
||||
*
|
||||
* @class Pointer
|
||||
* @memberOf Phaser.Input
|
||||
* @memberof Phaser.Input
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@ var Class = require('../../utils/Class');
|
|||
* Axis objects are created automatically by the Gamepad as they are needed.
|
||||
*
|
||||
* @class Axis
|
||||
* @memberOf Phaser.Input.Gamepad
|
||||
* @memberof Phaser.Input.Gamepad
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -12,7 +12,7 @@ var Class = require('../../utils/Class');
|
|||
* Button objects are created automatically by the Gamepad as they are needed.
|
||||
*
|
||||
* @class Button
|
||||
* @memberOf Phaser.Input.Gamepad
|
||||
* @memberof Phaser.Input.Gamepad
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -18,7 +18,7 @@ var Vector2 = require('../../math/Vector2');
|
|||
*
|
||||
* @class Gamepad
|
||||
* @extends Phaser.Events.EventEmitter
|
||||
* @memberOf Phaser.Input.Gamepad
|
||||
* @memberof Phaser.Input.Gamepad
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -54,7 +54,7 @@ var InputPluginCache = require('../InputPluginCache');
|
|||
*
|
||||
* @class GamepadPlugin
|
||||
* @extends Phaser.Events.EventEmitter
|
||||
* @memberOf Phaser.Input.Gamepad
|
||||
* @memberof Phaser.Input.Gamepad
|
||||
* @constructor
|
||||
* @since 3.10.0
|
||||
*
|
||||
|
|
|
@ -51,7 +51,7 @@ var SnapFloor = require('../../math/snap/SnapFloor');
|
|||
*
|
||||
* @class KeyboardPlugin
|
||||
* @extends Phaser.Events.EventEmitter
|
||||
* @memberOf Phaser.Input.Keyboard
|
||||
* @memberof Phaser.Input.Keyboard
|
||||
* @constructor
|
||||
* @since 3.10.0
|
||||
*
|
||||
|
@ -276,7 +276,7 @@ var KeyboardPlugin = new Class({
|
|||
|
||||
/**
|
||||
* @typedef {object} CursorKeys
|
||||
* @memberOf Phaser.Input.Keyboard
|
||||
* @memberof Phaser.Input.Keyboard
|
||||
*
|
||||
* @property {Phaser.Input.Keyboard.Key} [up] - A Key object mapping to the UP arrow key.
|
||||
* @property {Phaser.Input.Keyboard.Key} [down] - A Key object mapping to the DOWN arrow key.
|
||||
|
|
|
@ -53,7 +53,7 @@ var ResetKeyCombo = require('./ResetKeyCombo');
|
|||
* ```
|
||||
*
|
||||
* @class KeyCombo
|
||||
* @memberOf Phaser.Input.Keyboard
|
||||
* @memberof Phaser.Input.Keyboard
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue