Merge pull request #25522 from aqnuep/MeshLibrary_improvements

MeshLibrary export improvements
This commit is contained in:
Rémi Verschelde
2019-06-03 13:59:43 +02:00
committed by GitHub
9 changed files with 72 additions and 39 deletions

View File

@ -155,17 +155,6 @@
Remove a surface at position surf_idx, shifting greater surfaces one surf_idx slot down.
</description>
</method>
<method name="surface_set_material">
<return type="void">
</return>
<argument index="0" name="surf_idx" type="int">
</argument>
<argument index="1" name="material" type="Material">
</argument>
<description>
Set a [Material] for a given surface. Surface will be rendered using this material.
</description>
</method>
<method name="surface_set_name">
<return type="void">
</return>