Browse Source

Merge pull request #33173 from conankzhang/doc-particles

Add descriptions to setting and getting draw pass meshes.
Rémi Verschelde 5 năm trước cách đây
mục cha
commit
e17cf5049b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      doc/classes/Particles.xml

+ 2 - 0
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>