Add descriptions to setting and getting draw pass meshes.
This commit is contained in:
parent
d749b738ad
commit
709c1bf051
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue