Skip to content

Commit e6b43a2

Browse files
committed
Improves jsdocs
1 parent fed63d7 commit e6b43a2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • src/physics/matter-js/components

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ var Force = {
5555

5656
/**
5757
* Apply thrust to the forward position of the body.
58+
*
59+
* Use very small values, such as 0.1, depending on the mass and required speed.
5860
*
5961
* @method Phaser.Physics.Matter.Components.Force#thrust
6062
* @since 3.0.0
@@ -76,6 +78,8 @@ var Force = {
7678

7779
/**
7880
* Apply thrust to the left position of the body.
81+
*
82+
* Use very small values, such as 0.1, depending on the mass and required speed.
7983
*
8084
* @method Phaser.Physics.Matter.Components.Force#thrustLeft
8185
* @since 3.0.0
@@ -97,6 +101,8 @@ var Force = {
97101

98102
/**
99103
* Apply thrust to the right position of the body.
104+
*
105+
* Use very small values, such as 0.1, depending on the mass and required speed.
100106
*
101107
* @method Phaser.Physics.Matter.Components.Force#thrustRight
102108
* @since 3.0.0
@@ -118,6 +124,8 @@ var Force = {
118124

119125
/**
120126
* Apply thrust to the back position of the body.
127+
*
128+
* Use very small values, such as 0.1, depending on the mass and required speed.
121129
*
122130
* @method Phaser.Physics.Matter.Components.Force#thrustBack
123131
* @since 3.0.0

0 commit comments

Comments
 (0)