We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0899c13 commit 7269073Copy full SHA for 7269073
2 files changed
src/physics/impact/COLLIDES.js
@@ -13,7 +13,9 @@
13
* with other LITE or PASSIVE entities at all. The behavior for FIXED vs.
14
* FIXED collisions is undefined.
15
*
16
- * @namespace Phaser.Physics.Impact.COLLIDES
+ * @name Phaser.Physics.Impact.COLLIDES
17
+ * @type {object}
18
+ * @since 3.0.0
19
*/
20
module.exports = {
21
src/physics/impact/TYPE.js
- * @namespace Phaser.Physics.Impact.TYPES
+ * @name Phaser.Physics.Impact.TYPES
0 commit comments