Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-02 14:03:23 +02:00
parent 5402f28f59
commit a203daa272
397 changed files with 21934 additions and 16529 deletions

View File

@@ -19,11 +19,11 @@ Brief Description
Properties
----------
+---------------------------------------------+---------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`enabled<class_NavigationMeshInstance_property_enabled>` |
+---------------------------------------------+---------------------------------------------------------------+
| :ref:`NavigationMesh<class_NavigationMesh>` | :ref:`navmesh<class_NavigationMeshInstance_property_navmesh>` |
+---------------------------------------------+---------------------------------------------------------------+
+---------------------------------------------+---------------------------------------------------------------+------+
| :ref:`bool<class_bool>` | :ref:`enabled<class_NavigationMeshInstance_property_enabled>` | true |
+---------------------------------------------+---------------------------------------------------------------+------+
| :ref:`NavigationMesh<class_NavigationMesh>` | :ref:`navmesh<class_NavigationMeshInstance_property_navmesh>` | null |
+---------------------------------------------+---------------------------------------------------------------+------+
Property Descriptions
---------------------
@@ -32,19 +32,23 @@ Property Descriptions
- :ref:`bool<class_bool>` **enabled**
+----------+--------------------+
| *Setter* | set_enabled(value) |
+----------+--------------------+
| *Getter* | is_enabled() |
+----------+--------------------+
+-----------+--------------------+
| *Default* | true |
+-----------+--------------------+
| *Setter* | set_enabled(value) |
+-----------+--------------------+
| *Getter* | is_enabled() |
+-----------+--------------------+
.. _class_NavigationMeshInstance_property_navmesh:
- :ref:`NavigationMesh<class_NavigationMesh>` **navmesh**
+----------+----------------------------+
| *Setter* | set_navigation_mesh(value) |
+----------+----------------------------+
| *Getter* | get_navigation_mesh() |
+----------+----------------------------+
+-----------+----------------------------+
| *Default* | null |
+-----------+----------------------------+
| *Setter* | set_navigation_mesh(value) |
+-----------+----------------------------+
| *Getter* | get_navigation_mesh() |
+-----------+----------------------------+