File tree Expand file tree Collapse file tree
src/physics/matter-js/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments