We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0d84f commit 185b197Copy full SHA for 185b197
1 file changed
src/physics/matter-js/components/Gravity.js
@@ -5,20 +5,20 @@
5
*/
6
7
/**
8
- * [description]
+ * A component to manipulate gravity for Matter.js bodies.
9
*
10
* @name Phaser.Physics.Matter.Components.Gravity
11
* @since 3.0.0
12
13
var Gravity = {
14
15
16
+ * Ignore gravity.
17
18
* @method Phaser.Physics.Matter.Components.Gravity#setIgnoreGravity
19
20
21
- * @param {boolean} value - [description]
+ * @param {boolean} value - Flag toignore gravity.
22
23
* @return {Phaser.GameObjects.GameObject} This Game Object.
24
0 commit comments