Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-09-21 09:49:38 +02:00
parent df6316f918
commit ce0bb7b277
494 changed files with 7138 additions and 7027 deletions

View File

@@ -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 **)**