Fixed Particle2D docs - radians to degrees for some params
(cherry picked from commit 5687fa4709
)
This commit is contained in:
parent
2261c65f19
commit
8a8ace8fa0
1 changed files with 2 additions and 2 deletions
|
@ -25300,7 +25300,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>
|
||||
|
@ -25314,7 +25314,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
|
||||
|
|
Loading…
Reference in a new issue