From def5545b392a3882770ef27ae337c532a712fe46 Mon Sep 17 00:00:00 2001 From: thmasn Date: Sun, 3 Dec 2023 20:04:52 +0100 Subject: [PATCH] Explain parameter usage in GPUParticles3D.xml and GPUParticles2D.xml Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> --- doc/classes/GPUParticles2D.xml | 1 + doc/classes/GPUParticles3D.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/classes/GPUParticles2D.xml b/doc/classes/GPUParticles2D.xml index 2308ec43c5e6..f4ba305f8b9f 100644 --- a/doc/classes/GPUParticles2D.xml +++ b/doc/classes/GPUParticles2D.xml @@ -37,6 +37,7 @@ Emits a single particle. Whether [param xform], [param velocity], [param color] and [param custom] are applied depends on the value of [param flags]. See [enum EmitFlags]. + The default ParticleProcessMaterial will overwrite [param color] and use the contents of [param custom] as [code](rotation, age, animation, lifetime)[/code]. diff --git a/doc/classes/GPUParticles3D.xml b/doc/classes/GPUParticles3D.xml index b5af63a8f43e..d1903b85cd36 100644 --- a/doc/classes/GPUParticles3D.xml +++ b/doc/classes/GPUParticles3D.xml @@ -35,6 +35,7 @@ Emits a single particle. Whether [param xform], [param velocity], [param color] and [param custom] are applied depends on the value of [param flags]. See [enum EmitFlags]. + The default ParticleProcessMaterial will overwrite [param color] and use the contents of [param custom] as [code](rotation, age, animation, lifetime)[/code].