summaryrefslogtreecommitdiff
path: root/doc/classes/CPUParticles3D.xml
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2022-08-18 11:09:22 +0200
committerMicky <micheledevita2@gmail.com>2022-08-26 02:53:08 +0200
commit723bf851452a5a387a3fa6dbc24cbbc789610892 (patch)
tree62fa515d3bd011a58e3e1baef5e8e391c591dd03 /doc/classes/CPUParticles3D.xml
parent9876382df8c0fcb7880ca20b053d1f2b2a358785 (diff)
Rename ParticlesMaterial to ParticleProcessMaterial
Also affects their file names, related classes and documentation.
Diffstat (limited to 'doc/classes/CPUParticles3D.xml')
-rw-r--r--doc/classes/CPUParticles3D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CPUParticles3D.xml b/doc/classes/CPUParticles3D.xml
index bb1dcd322f..99fd0501fc 100644
--- a/doc/classes/CPUParticles3D.xml
+++ b/doc/classes/CPUParticles3D.xml
@@ -14,7 +14,7 @@
<return type="void" />
<param index="0" name="particles" type="Node" />
<description>
- Sets this node's properties to match a given [GPUParticles3D] node with an assigned [ParticlesMaterial].
+ Sets this node's properties to match a given [GPUParticles3D] node with an assigned [ParticleProcessMaterial].
</description>
</method>
<method name="get_param_curve" qualifiers="const">