From 6f882945280ddc90a2de4000c1917375af6376e7 Mon Sep 17 00:00:00 2001 From: freeglebarr Date: Mon, 24 Jan 2022 17:28:59 -0300 Subject: ported particle sub-emission to 2D --- doc/classes/GPUParticles2D.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'doc/classes/GPUParticles2D.xml') diff --git a/doc/classes/GPUParticles2D.xml b/doc/classes/GPUParticles2D.xml index 72adc49742..f97198658e 100644 --- a/doc/classes/GPUParticles2D.xml +++ b/doc/classes/GPUParticles2D.xml @@ -18,6 +18,17 @@ Returns a rectangle containing the positions of all existing particles. + + + + + + + + + Emits a single particle. Whether [code]xform[/code], [code]velocity[/code], [code]color[/code] and [code]custom[/code] are applied depends on the value of [code]flags[/code]. See [enum EmitFlags]. + + @@ -67,6 +78,9 @@ Particle system's running speed scaling ratio. A value of [code]0[/code] can be used to pause the particles. + + The [NodePath] to the [GPUParticles2D] used for sub-emissions. + Particle texture. If [code]null[/code], particles will be squares. @@ -92,5 +106,20 @@ + + Particle starts at the specified position. + + + Particle starts with specified rotation and scale. + + + Particle starts with the specified velocity vector, which defines the emission direction and speed. + + + Particle starts with specified color. + + + Particle starts with specificed [code]CUSTOM[/code] data. + -- cgit v1.2.3