summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-10-30 10:04:43 +0100
committerGitHub <noreply@github.com>2019-10-30 10:04:43 +0100
commite17cf5049b1f2de40244b3485df067d67fdf57d0 (patch)
treed898123960b9691bbeb9e20d7f26e0785b664b40 /doc
parent99324d9fdac44a528d54027b8997b4cf44e5934e (diff)
parent709c1bf0516f9aaa5d4a9c7b9bae8bd6b351c027 (diff)
Merge pull request #33173 from conankzhang/doc-particles
Add descriptions to setting and getting draw pass meshes.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Particles.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Particles.xml b/doc/classes/Particles.xml
index fb74c5a3d4..7bfea8bce4 100644
--- a/doc/classes/Particles.xml
+++ b/doc/classes/Particles.xml
@@ -24,6 +24,7 @@
<argument index="0" name="pass" type="int">
</argument>
<description>
+ Returns the [Mesh] that is drawn at index [code]pass[/code].
</description>
</method>
<method name="restart">
@@ -41,6 +42,7 @@
<argument index="1" name="mesh" type="Mesh">
</argument>
<description>
+ Sets the [Mesh] that is drawn at index [code]pass[/code].
</description>
</method>
</methods>