mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Extend NavigationMeshSourceGeometryData[23]D to allow data merging
This commit is contained in:
@@ -47,6 +47,13 @@
|
||||
Returns [code]true[/code] when parsed source geometry data exists.
|
||||
</description>
|
||||
</method>
|
||||
<method name="merge">
|
||||
<return type="void" />
|
||||
<param index="0" name="other_geometry" type="NavigationMeshSourceGeometryData2D" />
|
||||
<description>
|
||||
Adds the geometry data of another [NavigationMeshSourceGeometryData2D] to the navigation mesh baking data.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_obstruction_outlines">
|
||||
<return type="void" />
|
||||
<param index="0" name="obstruction_outlines" type="PackedVector2Array[]" />
|
||||
|
||||
Reference in New Issue
Block a user