Add detail to emitting docs for particles
Highlight when emitting will and won't restart emission
This commit is contained in:
parent
0c2144da90
commit
e52e46036e
4 changed files with 4 additions and 4 deletions
|
|
@ -183,7 +183,7 @@
|
|||
The sphere's radius if [enum EmissionShape] is set to [constant EMISSION_SHAPE_SPHERE].
|
||||
</member>
|
||||
<member name="emitting" type="bool" setter="set_emitting" getter="is_emitting" default="true">
|
||||
If [code]true[/code], particles are being emitted.
|
||||
If [code]true[/code], particles are being emitted. [member emitting] can be used to start and stop particles from emitting. However, if [member one_shot] is [code]true[/code] setting [member emitting] to [code]true[/code] will not restart the emission cycle until after all active particles finish processing. You can use the [signal finished] signal to be notified once all active particles finish processing.
|
||||
</member>
|
||||
<member name="explosiveness" type="float" setter="set_explosiveness_ratio" getter="get_explosiveness_ratio" default="0.0">
|
||||
How rapidly particles in an emission cycle are emitted. If greater than [code]0[/code], there will be a gap in emissions before the next cycle begins.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue