Added memberOf

This commit is contained in:
Richard Davey 2018-03-30 14:24:18 +01:00
parent 2a35a20fcb
commit 0868d69fb6

View file

@ -4,12 +4,18 @@
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* Arcade Physics consts.
*/
module.exports = {
/**
* [description]
*
* @name Phaser.Physics.Arcade.DYNAMIC_BODY
* @memberOf Phaser.Physics.Arcade
* @readOnly
* @type {number}
* @since 3.0.0
*/
@ -19,6 +25,8 @@ module.exports = {
* [description]
*
* @name Phaser.Physics.Arcade.STATIC_BODY
* @memberOf Phaser.Physics.Arcade
* @readOnly
* @type {number}
* @since 3.0.0
*/
@ -28,6 +36,8 @@ module.exports = {
* [description]
*
* @name Phaser.Physics.Arcade.GROUP
* @memberOf Phaser.Physics.Arcade
* @readOnly
* @type {number}
* @since 3.0.0
*/
@ -37,6 +47,8 @@ module.exports = {
* [description]
*
* @name Phaser.Physics.Arcade.TILEMAPLAYER
* @memberOf Phaser.Physics.Arcade
* @readOnly
* @type {number}
* @since 3.0.0
*/
@ -46,6 +58,8 @@ module.exports = {
* [description]
*
* @name Phaser.Physics.Arcade.FACING_NONE
* @memberOf Phaser.Physics.Arcade
* @readOnly
* @type {number}
* @since 3.0.0
*/
@ -55,6 +69,8 @@ module.exports = {
* [description]
*
* @name Phaser.Physics.Arcade.FACING_UP
* @memberOf Phaser.Physics.Arcade
* @readOnly
* @type {number}
* @since 3.0.0
*/
@ -64,6 +80,8 @@ module.exports = {
* [description]
*
* @name Phaser.Physics.Arcade.FACING_DOWN
* @memberOf Phaser.Physics.Arcade
* @readOnly
* @type {number}
* @since 3.0.0
*/
@ -73,6 +91,8 @@ module.exports = {
* [description]
*
* @name Phaser.Physics.Arcade.FACING_LEFT
* @memberOf Phaser.Physics.Arcade
* @readOnly
* @type {number}
* @since 3.0.0
*/
@ -82,6 +102,8 @@ module.exports = {
* [description]
*
* @name Phaser.Physics.Arcade.FACING_RIGHT
* @memberOf Phaser.Physics.Arcade
* @readOnly
* @type {number}
* @since 3.0.0
*/