summaryrefslogtreecommitdiff
path: root/doc/classes/PolygonPathFinder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PolygonPathFinder.xml')
-rw-r--r--doc/classes/PolygonPathFinder.xml57
1 files changed, 19 insertions, 38 deletions
diff --git a/doc/classes/PolygonPathFinder.xml b/doc/classes/PolygonPathFinder.xml
index 49453d32ac..f77912bafe 100644
--- a/doc/classes/PolygonPathFinder.xml
+++ b/doc/classes/PolygonPathFinder.xml
@@ -8,72 +8,53 @@
</tutorials>
<methods>
<method name="find_path">
- <return type="PackedVector2Array">
- </return>
- <argument index="0" name="from" type="Vector2">
- </argument>
- <argument index="1" name="to" type="Vector2">
- </argument>
+ <return type="PackedVector2Array" />
+ <argument index="0" name="from" type="Vector2" />
+ <argument index="1" name="to" type="Vector2" />
<description>
</description>
</method>
<method name="get_bounds" qualifiers="const">
- <return type="Rect2">
- </return>
+ <return type="Rect2" />
<description>
</description>
</method>
<method name="get_closest_point" qualifiers="const">
- <return type="Vector2">
- </return>
- <argument index="0" name="point" type="Vector2">
- </argument>
+ <return type="Vector2" />
+ <argument index="0" name="point" type="Vector2" />
<description>
</description>
</method>
<method name="get_intersections" qualifiers="const">
- <return type="PackedVector2Array">
- </return>
- <argument index="0" name="from" type="Vector2">
- </argument>
- <argument index="1" name="to" type="Vector2">
- </argument>
+ <return type="PackedVector2Array" />
+ <argument index="0" name="from" type="Vector2" />
+ <argument index="1" name="to" type="Vector2" />
<description>
</description>
</method>
<method name="get_point_penalty" qualifiers="const">
- <return type="float">
- </return>
- <argument index="0" name="idx" type="int">
- </argument>
+ <return type="float" />
+ <argument index="0" name="idx" type="int" />
<description>
</description>
</method>
<method name="is_point_inside" qualifiers="const">
- <return type="bool">
- </return>
- <argument index="0" name="point" type="Vector2">
- </argument>
+ <return type="bool" />
+ <argument index="0" name="point" type="Vector2" />
<description>
</description>
</method>
<method name="set_point_penalty">
- <return type="void">
- </return>
- <argument index="0" name="idx" type="int">
- </argument>
- <argument index="1" name="penalty" type="float">
- </argument>
+ <return type="void" />
+ <argument index="0" name="idx" type="int" />
+ <argument index="1" name="penalty" type="float" />
<description>
</description>
</method>
<method name="setup">
- <return type="void">
- </return>
- <argument index="0" name="points" type="PackedVector2Array">
- </argument>
- <argument index="1" name="connections" type="PackedInt32Array">
- </argument>
+ <return type="void" />
+ <argument index="0" name="points" type="PackedVector2Array" />
+ <argument index="1" name="connections" type="PackedInt32Array" />
<description>
</description>
</method>