Add back the missing lines to GridMap's class doc.

This commit is contained in:
Relintai 2023-09-04 16:47:08 +02:00
parent 568b2541b8
commit ebfba6a379

View File

@ -25,12 +25,14 @@
<method name="clear_baked_meshes">
<return type="void" />
<description>
Clears all baked meshes. See [method make_baked_meshes].
</description>
</method>
<method name="get_bake_mesh_instance">
<return type="RID" />
<argument index="0" name="idx" type="int" />
<description>
Returns [RID] of a baked mesh with the given [param idx].
</description>
</method>
<method name="get_bake_meshes">
@ -102,6 +104,7 @@
<argument index="0" name="gen_lightmap_uv" type="bool" default="false" />
<argument index="1" name="lightmap_uv_texel_size" type="float" default="0.1" />
<description>
Bakes lightmap data for all meshes in the assigned [MeshLibrary].
</description>
</method>
<method name="map_to_world" qualifiers="const">
@ -117,6 +120,7 @@
<return type="void" />
<argument index="0" name="resource" type="Resource" />
<description>
Notifies the [GridMap] about changed resource and recreates octant data.
</description>
</method>
<method name="set_cell_item">