mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
68 lines
2.1 KiB
XML
68 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="NavigationMeshSourceGeometryData2D" inherits="Resource" version="4.2">
|
|
<brief_description>
|
|
Contains parsed source geometry data for use in [NavigationPolygon] baking with the [NavigationMeshGenerator].
|
|
</brief_description>
|
|
<description>
|
|
Contains parsed source geometry data for use in [NavigationPolygon] baking with the [NavigationMeshGenerator].
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="add_obstruction_outline">
|
|
<return type="void" />
|
|
<argument index="0" name="shape_outline" type="PoolVector2Array" />
|
|
<description>
|
|
Adds the outline points of a shape as obstructed area.
|
|
</description>
|
|
</method>
|
|
<method name="add_traversable_outline">
|
|
<return type="void" />
|
|
<argument index="0" name="shape_outline" type="PoolVector2Array" />
|
|
<description>
|
|
Adds the outline points of a shape as traversable area.
|
|
</description>
|
|
</method>
|
|
<method name="clear">
|
|
<return type="void" />
|
|
<description>
|
|
Clears the internal data.
|
|
</description>
|
|
</method>
|
|
<method name="get_obstruction_outlines" qualifiers="const">
|
|
<return type="Array" />
|
|
<description>
|
|
Returns all the obstructed area outlines arrays.
|
|
</description>
|
|
</method>
|
|
<method name="get_traversable_outlines" qualifiers="const">
|
|
<return type="Array" />
|
|
<description>
|
|
Returns all the traversable area outlines arrays.
|
|
</description>
|
|
</method>
|
|
<method name="has_data">
|
|
<return type="bool" />
|
|
<description>
|
|
Returns [b]true[/b] when parsed source geometry data exists.
|
|
</description>
|
|
</method>
|
|
<method name="set_obstruction_outlines">
|
|
<return type="void" />
|
|
<argument index="0" name="obstruction_outlines" type="Array" />
|
|
<description>
|
|
Sets all the obstructed area outlines arrays.
|
|
</description>
|
|
</method>
|
|
<method name="set_traversable_outlines">
|
|
<return type="void" />
|
|
<argument index="0" name="traversable_outlines" type="Array" />
|
|
<description>
|
|
Sets all the traversable area outlines arrays.
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|