You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/classes/CPUParticles2D.xml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,13 @@
285
285
Particle texture. If [code]null[/code], particles will be squares.
286
286
</member>
287
287
</members>
288
+
<signals>
289
+
<signalname="finished">
290
+
<description>
291
+
Emitted when all active particles have finished processing. When [member one_shot] is disabled, particles will process continuously, so this is never emitted.
Copy file name to clipboardExpand all lines: doc/classes/CPUParticles3D.xml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,13 @@
309
309
Minimum tangent acceleration.
310
310
</member>
311
311
</members>
312
+
<signals>
313
+
<signalname="finished">
314
+
<description>
315
+
Emitted when all active particles have finished processing. When [member one_shot] is disabled, particles will process continuously, so this is never emitted.
0 commit comments