mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -40,35 +40,35 @@ Methods
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
.. _class_PolygonPathFinder_find_path:
|
||||
.. _class_PolygonPathFinder_find_path:
|
||||
|
||||
- :ref:`PoolVector2Array<class_PoolVector2Array>` **find_path** **(** :ref:`Vector2<class_Vector2>` from, :ref:`Vector2<class_Vector2>` to **)**
|
||||
|
||||
.. _class_PolygonPathFinder_get_bounds:
|
||||
.. _class_PolygonPathFinder_get_bounds:
|
||||
|
||||
- :ref:`Rect2<class_Rect2>` **get_bounds** **(** **)** const
|
||||
|
||||
.. _class_PolygonPathFinder_get_closest_point:
|
||||
.. _class_PolygonPathFinder_get_closest_point:
|
||||
|
||||
- :ref:`Vector2<class_Vector2>` **get_closest_point** **(** :ref:`Vector2<class_Vector2>` point **)** const
|
||||
|
||||
.. _class_PolygonPathFinder_get_intersections:
|
||||
.. _class_PolygonPathFinder_get_intersections:
|
||||
|
||||
- :ref:`PoolVector2Array<class_PoolVector2Array>` **get_intersections** **(** :ref:`Vector2<class_Vector2>` from, :ref:`Vector2<class_Vector2>` to **)** const
|
||||
|
||||
.. _class_PolygonPathFinder_get_point_penalty:
|
||||
.. _class_PolygonPathFinder_get_point_penalty:
|
||||
|
||||
- :ref:`float<class_float>` **get_point_penalty** **(** :ref:`int<class_int>` idx **)** const
|
||||
|
||||
.. _class_PolygonPathFinder_is_point_inside:
|
||||
.. _class_PolygonPathFinder_is_point_inside:
|
||||
|
||||
- :ref:`bool<class_bool>` **is_point_inside** **(** :ref:`Vector2<class_Vector2>` point **)** const
|
||||
|
||||
.. _class_PolygonPathFinder_set_point_penalty:
|
||||
.. _class_PolygonPathFinder_set_point_penalty:
|
||||
|
||||
- void **set_point_penalty** **(** :ref:`int<class_int>` idx, :ref:`float<class_float>` penalty **)**
|
||||
|
||||
.. _class_PolygonPathFinder_setup:
|
||||
.. _class_PolygonPathFinder_setup:
|
||||
|
||||
- void **setup** **(** :ref:`PoolVector2Array<class_PoolVector2Array>` points, :ref:`PoolIntArray<class_PoolIntArray>` connections **)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user