create_particles
Add a GPUParticles2D/3D node with a fresh ParticleProcessMaterial to a specified parent path. Configure particle behavior including amount, emission, lifetime, randomness, and explosiveness.
Instructions
Add a GPUParticles2D/3D node with a fresh ParticleProcessMaterial under parent_path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Particles | |
| is_3d | No | ||
| amount | No | ||
| emitting | No | ||
| lifetime | No | ||
| one_shot | No | ||
| randomness | No | ||
| parent_path | Yes | ||
| explosiveness | No |