mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add descriptions to setting and getting draw pass meshes.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user