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
+25 -24
View File
@@ -80,10 +80,11 @@ Constants
- **SAMPLE_PARTITION_WATERSHED** = **0**
- **SAMPLE_PARTITION_MONOTONE** = **1**
- **SAMPLE_PARTITION_LAYERS** = **2**
Property Descriptions
---------------------
.. _class_NavigationMesh_agent/height:
.. _class_NavigationMesh_agent/height:
- :ref:`float<class_float>` **agent/height**
@@ -93,7 +94,7 @@ Property Descriptions
| *Getter* | get_agent_height() |
+----------+-------------------------+
.. _class_NavigationMesh_agent/max_climb:
.. _class_NavigationMesh_agent/max_climb:
- :ref:`float<class_float>` **agent/max_climb**
@@ -103,7 +104,7 @@ Property Descriptions
| *Getter* | get_agent_max_climb() |
+----------+----------------------------+
.. _class_NavigationMesh_agent/max_slope:
.. _class_NavigationMesh_agent/max_slope:
- :ref:`float<class_float>` **agent/max_slope**
@@ -113,7 +114,7 @@ Property Descriptions
| *Getter* | get_agent_max_slope() |
+----------+----------------------------+
.. _class_NavigationMesh_agent/radius:
.. _class_NavigationMesh_agent/radius:
- :ref:`float<class_float>` **agent/radius**
@@ -123,7 +124,7 @@ Property Descriptions
| *Getter* | get_agent_radius() |
+----------+-------------------------+
.. _class_NavigationMesh_cell/height:
.. _class_NavigationMesh_cell/height:
- :ref:`float<class_float>` **cell/height**
@@ -133,7 +134,7 @@ Property Descriptions
| *Getter* | get_cell_height() |
+----------+------------------------+
.. _class_NavigationMesh_cell/size:
.. _class_NavigationMesh_cell/size:
- :ref:`float<class_float>` **cell/size**
@@ -143,7 +144,7 @@ Property Descriptions
| *Getter* | get_cell_size() |
+----------+----------------------+
.. _class_NavigationMesh_detail/sample_distance:
.. _class_NavigationMesh_detail/sample_distance:
- :ref:`float<class_float>` **detail/sample_distance**
@@ -153,7 +154,7 @@ Property Descriptions
| *Getter* | get_detail_sample_distance() |
+----------+-----------------------------------+
.. _class_NavigationMesh_detail/sample_max_error:
.. _class_NavigationMesh_detail/sample_max_error:
- :ref:`float<class_float>` **detail/sample_max_error**
@@ -163,7 +164,7 @@ Property Descriptions
| *Getter* | get_detail_sample_max_error() |
+----------+------------------------------------+
.. _class_NavigationMesh_edge/max_error:
.. _class_NavigationMesh_edge/max_error:
- :ref:`float<class_float>` **edge/max_error**
@@ -173,7 +174,7 @@ Property Descriptions
| *Getter* | get_edge_max_error() |
+----------+---------------------------+
.. _class_NavigationMesh_edge/max_length:
.. _class_NavigationMesh_edge/max_length:
- :ref:`float<class_float>` **edge/max_length**
@@ -183,7 +184,7 @@ Property Descriptions
| *Getter* | get_edge_max_length() |
+----------+----------------------------+
.. _class_NavigationMesh_filter/filter_walkable_low_height_spans:
.. _class_NavigationMesh_filter/filter_walkable_low_height_spans:
- :ref:`bool<class_bool>` **filter/filter_walkable_low_height_spans**
@@ -193,7 +194,7 @@ Property Descriptions
| *Getter* | get_filter_walkable_low_height_spans() |
+----------+---------------------------------------------+
.. _class_NavigationMesh_filter/ledge_spans:
.. _class_NavigationMesh_filter/ledge_spans:
- :ref:`bool<class_bool>` **filter/ledge_spans**
@@ -203,7 +204,7 @@ Property Descriptions
| *Getter* | get_filter_ledge_spans() |
+----------+-------------------------------+
.. _class_NavigationMesh_filter/low_hanging_obstacles:
.. _class_NavigationMesh_filter/low_hanging_obstacles:
- :ref:`bool<class_bool>` **filter/low_hanging_obstacles**
@@ -213,7 +214,7 @@ Property Descriptions
| *Getter* | get_filter_low_hanging_obstacles() |
+----------+-----------------------------------------+
.. _class_NavigationMesh_polygon/verts_per_poly:
.. _class_NavigationMesh_polygon/verts_per_poly:
- :ref:`float<class_float>` **polygon/verts_per_poly**
@@ -223,7 +224,7 @@ Property Descriptions
| *Getter* | get_verts_per_poly() |
+----------+---------------------------+
.. _class_NavigationMesh_region/merge_size:
.. _class_NavigationMesh_region/merge_size:
- :ref:`float<class_float>` **region/merge_size**
@@ -233,7 +234,7 @@ Property Descriptions
| *Getter* | get_region_merge_size() |
+----------+------------------------------+
.. _class_NavigationMesh_region/min_size:
.. _class_NavigationMesh_region/min_size:
- :ref:`float<class_float>` **region/min_size**
@@ -243,7 +244,7 @@ Property Descriptions
| *Getter* | get_region_min_size() |
+----------+----------------------------+
.. _class_NavigationMesh_sample_partition_type/sample_partition_type:
.. _class_NavigationMesh_sample_partition_type/sample_partition_type:
- :ref:`int<class_int>` **sample_partition_type/sample_partition_type**
@@ -256,31 +257,31 @@ Property Descriptions
Method Descriptions
-------------------
.. _class_NavigationMesh_add_polygon:
.. _class_NavigationMesh_add_polygon:
- void **add_polygon** **(** :ref:`PoolIntArray<class_PoolIntArray>` polygon **)**
.. _class_NavigationMesh_clear_polygons:
.. _class_NavigationMesh_clear_polygons:
- void **clear_polygons** **(** **)**
.. _class_NavigationMesh_create_from_mesh:
.. _class_NavigationMesh_create_from_mesh:
- void **create_from_mesh** **(** :ref:`Mesh<class_Mesh>` mesh **)**
.. _class_NavigationMesh_get_polygon:
.. _class_NavigationMesh_get_polygon:
- :ref:`PoolIntArray<class_PoolIntArray>` **get_polygon** **(** :ref:`int<class_int>` idx **)**
.. _class_NavigationMesh_get_polygon_count:
.. _class_NavigationMesh_get_polygon_count:
- :ref:`int<class_int>` **get_polygon_count** **(** **)** const
.. _class_NavigationMesh_get_vertices:
.. _class_NavigationMesh_get_vertices:
- :ref:`PoolVector3Array<class_PoolVector3Array>` **get_vertices** **(** **)** const
.. _class_NavigationMesh_set_vertices:
.. _class_NavigationMesh_set_vertices:
- void **set_vertices** **(** :ref:`PoolVector3Array<class_PoolVector3Array>` vertices **)**