Skip to content

Commit 185b197

Browse files
authored
Matterjs Gravity Component Doc
1 parent 5d0d84f commit 185b197

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/physics/matter-js/components/Gravity.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
*/
66

77
/**
8-
* [description]
8+
* A component to manipulate gravity for Matter.js bodies.
99
*
1010
* @name Phaser.Physics.Matter.Components.Gravity
1111
* @since 3.0.0
1212
*/
1313
var Gravity = {
1414

1515
/**
16-
* [description]
16+
* Ignore gravity.
1717
*
1818
* @method Phaser.Physics.Matter.Components.Gravity#setIgnoreGravity
1919
* @since 3.0.0
2020
*
21-
* @param {boolean} value - [description]
21+
* @param {boolean} value - Flag toignore gravity.
2222
*
2323
* @return {Phaser.GameObjects.GameObject} This Game Object.
2424
*/

0 commit comments

Comments
 (0)