Quellcode durchsuchen

Merge pull request #6820 from WalasPrime/fix_6803

Fix #6803 - Particle2D params
Rémi Verschelde vor 9 Jahren
Ursprung
Commit
a3ffbc38a6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      doc/base/classes.xml

+ 2 - 2
doc/base/classes.xml

@@ -26265,7 +26265,7 @@
 	</methods>
 	</methods>
 	<constants>
 	<constants>
 		<constant name="PARAM_DIRECTION" value="0">
 		<constant name="PARAM_DIRECTION" value="0">
-			Direction in radians at which the particles will be launched, Notice that when the direction is set to 0 the particles will be launched to the negative
+			Direction in degrees at which the particles will be launched, Notice that when the direction is set to 0 the particles will be launched to the negative
 		</constant>
 		</constant>
 		<constant name="PARAM_SPREAD" value="1">
 		<constant name="PARAM_SPREAD" value="1">
 		</constant>
 		</constant>
@@ -26279,7 +26279,7 @@
 			Velocity at which the particles will orbit around the emitter center
 			Velocity at which the particles will orbit around the emitter center
 		</constant>
 		</constant>
 		<constant name="PARAM_GRAVITY_DIRECTION" value="5">
 		<constant name="PARAM_GRAVITY_DIRECTION" value="5">
-			Direction in radians at which the particles will be attracted
+			Direction in degrees at which the particles will be attracted
 		</constant>
 		</constant>
 		<constant name="PARAM_GRAVITY_STRENGTH" value="6">
 		<constant name="PARAM_GRAVITY_STRENGTH" value="6">
 			Strength of the gravitation attraction for each particle
 			Strength of the gravitation attraction for each particle