Merge pull request #33173 from conankzhang/doc-particles

Add descriptions to setting and getting draw pass meshes.
This commit is contained in:
Rémi Verschelde 2019-10-30 10:04:43 +01:00 committed by GitHub
commit e17cf5049b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>