mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +01:00
Add back the missing lines to GridMap's class doc.
This commit is contained in:
parent
568b2541b8
commit
ebfba6a379
@ -25,12 +25,14 @@
|
|||||||
<method name="clear_baked_meshes">
|
<method name="clear_baked_meshes">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<description>
|
||||||
|
Clears all baked meshes. See [method make_baked_meshes].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_bake_mesh_instance">
|
<method name="get_bake_mesh_instance">
|
||||||
<return type="RID" />
|
<return type="RID" />
|
||||||
<argument index="0" name="idx" type="int" />
|
<argument index="0" name="idx" type="int" />
|
||||||
<description>
|
<description>
|
||||||
|
Returns [RID] of a baked mesh with the given [param idx].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_bake_meshes">
|
<method name="get_bake_meshes">
|
||||||
@ -102,6 +104,7 @@
|
|||||||
<argument index="0" name="gen_lightmap_uv" type="bool" default="false" />
|
<argument index="0" name="gen_lightmap_uv" type="bool" default="false" />
|
||||||
<argument index="1" name="lightmap_uv_texel_size" type="float" default="0.1" />
|
<argument index="1" name="lightmap_uv_texel_size" type="float" default="0.1" />
|
||||||
<description>
|
<description>
|
||||||
|
Bakes lightmap data for all meshes in the assigned [MeshLibrary].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="map_to_world" qualifiers="const">
|
<method name="map_to_world" qualifiers="const">
|
||||||
@ -117,6 +120,7 @@
|
|||||||
<return type="void" />
|
<return type="void" />
|
||||||
<argument index="0" name="resource" type="Resource" />
|
<argument index="0" name="resource" type="Resource" />
|
||||||
<description>
|
<description>
|
||||||
|
Notifies the [GridMap] about changed resource and recreates octant data.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_cell_item">
|
<method name="set_cell_item">
|
||||||
|
Loading…
Reference in New Issue
Block a user