Commit 5687fa47 by Karol Walasek

Fixed Particle2D docs - radians to degrees for some params

parent 491e0fc1
......@@ -26265,7 +26265,7 @@
</methods>
<constants>
<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 name="PARAM_SPREAD" value="1">
</constant>
......@@ -26279,7 +26279,7 @@
Velocity at which the particles will orbit around the emitter center
</constant>
<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 name="PARAM_GRAVITY_STRENGTH" value="6">
Strength of the gravitation attraction for each particle
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment