Skip to content

Commit 0868d69

Browse files
committed
Added memberOf
1 parent 2a35a20 commit 0868d69

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/physics/arcade/const.js

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

7+
/**
8+
* Arcade Physics consts.
9+
*/
10+
711
module.exports = {
812

913
/**
1014
* [description]
1115
*
1216
* @name Phaser.Physics.Arcade.DYNAMIC_BODY
17+
* @memberOf Phaser.Physics.Arcade
18+
* @readOnly
1319
* @type {number}
1420
* @since 3.0.0
1521
*/
@@ -19,6 +25,8 @@ module.exports = {
1925
* [description]
2026
*
2127
* @name Phaser.Physics.Arcade.STATIC_BODY
28+
* @memberOf Phaser.Physics.Arcade
29+
* @readOnly
2230
* @type {number}
2331
* @since 3.0.0
2432
*/
@@ -28,6 +36,8 @@ module.exports = {
2836
* [description]
2937
*
3038
* @name Phaser.Physics.Arcade.GROUP
39+
* @memberOf Phaser.Physics.Arcade
40+
* @readOnly
3141
* @type {number}
3242
* @since 3.0.0
3343
*/
@@ -37,6 +47,8 @@ module.exports = {
3747
* [description]
3848
*
3949
* @name Phaser.Physics.Arcade.TILEMAPLAYER
50+
* @memberOf Phaser.Physics.Arcade
51+
* @readOnly
4052
* @type {number}
4153
* @since 3.0.0
4254
*/
@@ -46,6 +58,8 @@ module.exports = {
4658
* [description]
4759
*
4860
* @name Phaser.Physics.Arcade.FACING_NONE
61+
* @memberOf Phaser.Physics.Arcade
62+
* @readOnly
4963
* @type {number}
5064
* @since 3.0.0
5165
*/
@@ -55,6 +69,8 @@ module.exports = {
5569
* [description]
5670
*
5771
* @name Phaser.Physics.Arcade.FACING_UP
72+
* @memberOf Phaser.Physics.Arcade
73+
* @readOnly
5874
* @type {number}
5975
* @since 3.0.0
6076
*/
@@ -64,6 +80,8 @@ module.exports = {
6480
* [description]
6581
*
6682
* @name Phaser.Physics.Arcade.FACING_DOWN
83+
* @memberOf Phaser.Physics.Arcade
84+
* @readOnly
6785
* @type {number}
6886
* @since 3.0.0
6987
*/
@@ -73,6 +91,8 @@ module.exports = {
7391
* [description]
7492
*
7593
* @name Phaser.Physics.Arcade.FACING_LEFT
94+
* @memberOf Phaser.Physics.Arcade
95+
* @readOnly
7696
* @type {number}
7797
* @since 3.0.0
7898
*/
@@ -82,6 +102,8 @@ module.exports = {
82102
* [description]
83103
*
84104
* @name Phaser.Physics.Arcade.FACING_RIGHT
105+
* @memberOf Phaser.Physics.Arcade
106+
* @readOnly
85107
* @type {number}
86108
* @since 3.0.0
87109
*/

0 commit comments

Comments
 (0)