aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
diff options
context:
space:
mode:
authorKarol Walasek2016-10-13 18:25:06 +0200
committerRémi Verschelde2016-10-17 20:49:52 +0200
commit8a8ace8fa0973abe8476a6833c48b7255b1e43c3 (patch)
tree2337e57d9f6b70b652cb361d8dd0b166633a9188 /doc/base/classes.xml
parent2261c65f191bd1362992f9302674e949f4ee161e (diff)
downloadgodot-8a8ace8fa0973abe8476a6833c48b7255b1e43c3.tar.gz
godot-8a8ace8fa0973abe8476a6833c48b7255b1e43c3.tar.zst
godot-8a8ace8fa0973abe8476a6833c48b7255b1e43c3.zip
Fixed Particle2D docs - radians to degrees for some params
(cherry picked from commit 5687fa470962fc3f6528e6886284e3e965e7e35c)
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r--doc/base/classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index dcca1b613..a44a63fc3 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -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