Explorar o código

Add descriptions to setting and getting draw pass meshes.

conankzhang %!s(int64=5) %!d(string=hai) anos
pai
achega
709c1bf051
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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>