We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4040727 commit 31d35d9Copy full SHA for 31d35d9
addons/block_code/blocks/spawn/cpuparticles2d_finished.tres
@@ -0,0 +1,17 @@
1
+[gd_resource type="Resource" load_steps=2 format=3 uid="uid://c188gpgf4rpns"]
2
+
3
+[ext_resource type="Script" path="res://addons/block_code/code_generation/block_definition.gd" id="1_pmpup"]
4
5
+[resource]
6
+script = ExtResource("1_pmpup")
7
+name = &"cpuparticles2d_finished"
8
+target_node_class = "CPUParticles2D"
9
+description = "Emitted when all active particles have finished processing."
10
+category = "Lifecycle | Spawn"
11
+type = 1
12
+variant_type = 0
13
+display_template = "when particles are finished"
14
+code_template = ""
15
+defaults = {}
16
+signal_name = "finished"
17
+scope = ""
0 commit comments