瀏覽代碼

Add descriptions to setting and getting draw pass meshes.

conankzhang 5 年之前
父節點
當前提交
709c1bf051
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 index="0" name="pass" type="int">
 			</argument>
 			</argument>
 			<description>
 			<description>
+				Returns the [Mesh] that is drawn at index [code]pass[/code].
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="restart">
 		<method name="restart">
@@ -41,6 +42,7 @@
 			<argument index="1" name="mesh" type="Mesh">
 			<argument index="1" name="mesh" type="Mesh">
 			</argument>
 			</argument>
 			<description>
 			<description>
+				Sets the [Mesh] that is drawn at index [code]pass[/code].
 			</description>
 			</description>
 		</method>
 		</method>
 	</methods>
 	</methods>