mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Fix links case and sync headers with editor
Output from godotengine/godot#22002.
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
NavigationPolygon
|
||||
=================
|
||||
|
||||
**Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
||||
|
||||
**Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
||||
**Category:** Core
|
||||
|
||||
Brief Description
|
||||
@@ -16,53 +15,53 @@ Brief Description
|
||||
|
||||
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
Methods
|
||||
-------
|
||||
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`add_outline<class_NavigationPolygon_add_outline>` **(** :ref:`PoolVector2Array<class_poolvector2array>` outline **)** |
|
||||
| void | :ref:`add_outline<class_NavigationPolygon_add_outline>` **(** :ref:`PoolVector2Array<class_PoolVector2Array>` outline **)** |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`add_outline_at_index<class_NavigationPolygon_add_outline_at_index>` **(** :ref:`PoolVector2Array<class_poolvector2array>` outline, :ref:`int<class_int>` index **)** |
|
||||
| void | :ref:`add_outline_at_index<class_NavigationPolygon_add_outline_at_index>` **(** :ref:`PoolVector2Array<class_PoolVector2Array>` outline, :ref:`int<class_int>` index **)** |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`add_polygon<class_NavigationPolygon_add_polygon>` **(** :ref:`PoolIntArray<class_poolintarray>` polygon **)** |
|
||||
| void | :ref:`add_polygon<class_NavigationPolygon_add_polygon>` **(** :ref:`PoolIntArray<class_PoolIntArray>` polygon **)** |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`clear_outlines<class_NavigationPolygon_clear_outlines>` **(** **)** |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`clear_polygons<class_NavigationPolygon_clear_polygons>` **(** **)** |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`PoolVector2Array<class_poolvector2array>` | :ref:`get_outline<class_NavigationPolygon_get_outline>` **(** :ref:`int<class_int>` idx **)** const |
|
||||
| :ref:`PoolVector2Array<class_PoolVector2Array>` | :ref:`get_outline<class_NavigationPolygon_get_outline>` **(** :ref:`int<class_int>` idx **)** const |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`get_outline_count<class_NavigationPolygon_get_outline_count>` **(** **)** const |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`PoolIntArray<class_poolintarray>` | :ref:`get_polygon<class_NavigationPolygon_get_polygon>` **(** :ref:`int<class_int>` idx **)** |
|
||||
| :ref:`PoolIntArray<class_PoolIntArray>` | :ref:`get_polygon<class_NavigationPolygon_get_polygon>` **(** :ref:`int<class_int>` idx **)** |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`get_polygon_count<class_NavigationPolygon_get_polygon_count>` **(** **)** const |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`PoolVector2Array<class_poolvector2array>` | :ref:`get_vertices<class_NavigationPolygon_get_vertices>` **(** **)** const |
|
||||
| :ref:`PoolVector2Array<class_PoolVector2Array>` | :ref:`get_vertices<class_NavigationPolygon_get_vertices>` **(** **)** const |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`make_polygons_from_outlines<class_NavigationPolygon_make_polygons_from_outlines>` **(** **)** |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`remove_outline<class_NavigationPolygon_remove_outline>` **(** :ref:`int<class_int>` idx **)** |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_outline<class_NavigationPolygon_set_outline>` **(** :ref:`int<class_int>` idx, :ref:`PoolVector2Array<class_poolvector2array>` outline **)** |
|
||||
| void | :ref:`set_outline<class_NavigationPolygon_set_outline>` **(** :ref:`int<class_int>` idx, :ref:`PoolVector2Array<class_PoolVector2Array>` outline **)** |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_vertices<class_NavigationPolygon_set_vertices>` **(** :ref:`PoolVector2Array<class_poolvector2array>` vertices **)** |
|
||||
| void | :ref:`set_vertices<class_NavigationPolygon_set_vertices>` **(** :ref:`PoolVector2Array<class_PoolVector2Array>` vertices **)** |
|
||||
+--------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
.. _class_NavigationPolygon_add_outline:
|
||||
|
||||
- void **add_outline** **(** :ref:`PoolVector2Array<class_poolvector2array>` outline **)**
|
||||
- void **add_outline** **(** :ref:`PoolVector2Array<class_PoolVector2Array>` outline **)**
|
||||
|
||||
.. _class_NavigationPolygon_add_outline_at_index:
|
||||
|
||||
- void **add_outline_at_index** **(** :ref:`PoolVector2Array<class_poolvector2array>` outline, :ref:`int<class_int>` index **)**
|
||||
- void **add_outline_at_index** **(** :ref:`PoolVector2Array<class_PoolVector2Array>` outline, :ref:`int<class_int>` index **)**
|
||||
|
||||
.. _class_NavigationPolygon_add_polygon:
|
||||
|
||||
- void **add_polygon** **(** :ref:`PoolIntArray<class_poolintarray>` polygon **)**
|
||||
- void **add_polygon** **(** :ref:`PoolIntArray<class_PoolIntArray>` polygon **)**
|
||||
|
||||
.. _class_NavigationPolygon_clear_outlines:
|
||||
|
||||
@@ -74,7 +73,7 @@ Member Function Description
|
||||
|
||||
.. _class_NavigationPolygon_get_outline:
|
||||
|
||||
- :ref:`PoolVector2Array<class_poolvector2array>` **get_outline** **(** :ref:`int<class_int>` idx **)** const
|
||||
- :ref:`PoolVector2Array<class_PoolVector2Array>` **get_outline** **(** :ref:`int<class_int>` idx **)** const
|
||||
|
||||
.. _class_NavigationPolygon_get_outline_count:
|
||||
|
||||
@@ -82,7 +81,7 @@ Member Function Description
|
||||
|
||||
.. _class_NavigationPolygon_get_polygon:
|
||||
|
||||
- :ref:`PoolIntArray<class_poolintarray>` **get_polygon** **(** :ref:`int<class_int>` idx **)**
|
||||
- :ref:`PoolIntArray<class_PoolIntArray>` **get_polygon** **(** :ref:`int<class_int>` idx **)**
|
||||
|
||||
.. _class_NavigationPolygon_get_polygon_count:
|
||||
|
||||
@@ -90,7 +89,7 @@ Member Function Description
|
||||
|
||||
.. _class_NavigationPolygon_get_vertices:
|
||||
|
||||
- :ref:`PoolVector2Array<class_poolvector2array>` **get_vertices** **(** **)** const
|
||||
- :ref:`PoolVector2Array<class_PoolVector2Array>` **get_vertices** **(** **)** const
|
||||
|
||||
.. _class_NavigationPolygon_make_polygons_from_outlines:
|
||||
|
||||
@@ -102,10 +101,10 @@ Member Function Description
|
||||
|
||||
.. _class_NavigationPolygon_set_outline:
|
||||
|
||||
- void **set_outline** **(** :ref:`int<class_int>` idx, :ref:`PoolVector2Array<class_poolvector2array>` outline **)**
|
||||
- void **set_outline** **(** :ref:`int<class_int>` idx, :ref:`PoolVector2Array<class_PoolVector2Array>` outline **)**
|
||||
|
||||
.. _class_NavigationPolygon_set_vertices:
|
||||
|
||||
- void **set_vertices** **(** :ref:`PoolVector2Array<class_poolvector2array>` vertices **)**
|
||||
- void **set_vertices** **(** :ref:`PoolVector2Array<class_PoolVector2Array>` vertices **)**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user