summaryrefslogtreecommitdiff
path: root/doc/classes/Particles.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-08-24 18:10:47 +0200
committerRémi Verschelde <rverschelde@gmail.com>2018-08-24 18:11:35 +0200
commit67b0d3c2dc8decdabb21650f1d77a70b1a0d236d (patch)
treef103f290a7fdc5c4b1029010190debde451d8be4 /doc/classes/Particles.xml
parentc6b340ea98708c27cb5a5a8380ef4072ad2fa839 (diff)
Particles: Allow speed_scale at 0 in property hint, equivalent to pause
Supersedes and closes #21193.
Diffstat (limited to 'doc/classes/Particles.xml')
-rw-r--r--doc/classes/Particles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Particles.xml b/doc/classes/Particles.xml
index b03cf6cadb..2e30750bf9 100644
--- a/doc/classes/Particles.xml
+++ b/doc/classes/Particles.xml
@@ -77,7 +77,7 @@
Emission randomness ratio. Default value: [code]0[/code].
</member>
<member name="speed_scale" type="float" setter="set_speed_scale" getter="get_speed_scale">
- Speed scaling ratio. Default value: [code]1[/code].
+ Speed scaling ratio. Default value: [code]1[/code]. A value of [code]0[/code] can be used to pause the particles.
</member>
<member name="visibility_aabb" type="AABB" setter="set_visibility_aabb" getter="get_visibility_aabb">
The [AABB] that determines the area of the world part of which needs to be visible on screen for the particle system to be active.