Add classes ref generated by makerst.py

This commit is contained in:
Rémi Verschelde
2016-02-07 12:17:14 +01:00
parent 5c1e9caf8d
commit 6dee0d20d4
364 changed files with 41759 additions and 37 deletions

View File

@@ -0,0 +1,61 @@
.. _class_NavigationMesh:
NavigationMesh
==============
Inherits: :ref:`Resource<class_resource>`
-----------------------------------------
Category: Core
--------------
Brief Description
-----------------
Member Functions
----------------
+------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_vertices<class_NavigationMesh_set_vertices>` **(** :ref:`Vector3Array<class_vector3array>` vertices **)** |
+------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| :ref:`Vector3Array<class_vector3array>` | :ref:`get_vertices<class_NavigationMesh_get_vertices>` **(** **)** const |
+------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| void | :ref:`add_polygon<class_NavigationMesh_add_polygon>` **(** :ref:`IntArray<class_intarray>` polygon **)** |
+------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_polygon_count<class_NavigationMesh_get_polygon_count>` **(** **)** const |
+------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| :ref:`IntArray<class_intarray>` | :ref:`get_polygon<class_NavigationMesh_get_polygon>` **(** :ref:`int<class_int>` idx **)** |
+------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| void | :ref:`clear_polygons<class_NavigationMesh_clear_polygons>` **(** **)** |
+------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
Member Function Description
---------------------------
.. _class_NavigationMesh_set_vertices:
- void **set_vertices** **(** :ref:`Vector3Array<class_vector3array>` vertices **)**
.. _class_NavigationMesh_get_vertices:
- :ref:`Vector3Array<class_vector3array>` **get_vertices** **(** **)** const
.. _class_NavigationMesh_add_polygon:
- void **add_polygon** **(** :ref:`IntArray<class_intarray>` polygon **)**
.. _class_NavigationMesh_get_polygon_count:
- :ref:`int<class_int>` **get_polygon_count** **(** **)** const
.. _class_NavigationMesh_get_polygon:
- :ref:`IntArray<class_intarray>` **get_polygon** **(** :ref:`int<class_int>` idx **)**
.. _class_NavigationMesh_clear_polygons:
- void **clear_polygons** **(** **)**