doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-08-21 00:35:30 +02:00
parent 5dc2b12efa
commit 4ea3e4f551
63 changed files with 1222 additions and 250 deletions

View File

@ -76,9 +76,9 @@
<method name="lightmap_unwrap">
<return type="int" enum="Error">
</return>
<argument index="0" name="arg0" type="Transform">
<argument index="0" name="transform" type="Transform">
</argument>
<argument index="1" name="arg1" type="float">
<argument index="1" name="texel_size" type="float">
</argument>
<description>
Will perform a UV unwrap on the [code]ArrayMesh[/code] to prepare the mesh for lightmapping.