summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationObstacle2D.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-02-12 09:59:06 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-02-12 12:37:13 +0100
commit0e3d6257377d9f73520e5ccdb7677fde23be3398 (patch)
tree900f2168fcdaadf1fe3532186bbfef273701fd51 /doc/classes/NavigationObstacle2D.xml
parent0c7fc80cc19fe9cd609b145245b1bb70f6a41e2e (diff)
downloadredot-engine-0e3d6257377d9f73520e5ccdb7677fde23be3398.tar.gz
doc: Sync classref with current source
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
Diffstat (limited to 'doc/classes/NavigationObstacle2D.xml')
-rw-r--r--doc/classes/NavigationObstacle2D.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/classes/NavigationObstacle2D.xml b/doc/classes/NavigationObstacle2D.xml
index cf5dd2fa10..4d12b985e0 100644
--- a/doc/classes/NavigationObstacle2D.xml
+++ b/doc/classes/NavigationObstacle2D.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="NavigationObstacle2D" inherits="Node" category="Core" version="3.2">
+<class name="NavigationObstacle2D" inherits="Node" version="4.0">
<brief_description>
2D Obstacle used in navigation for collision avoidance.
</brief_description>
@@ -26,4 +26,6 @@
</description>
</method>
</methods>
+ <constants>
+ </constants>
</class>