diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-12 09:59:06 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-12 12:37:13 +0100 |
commit | 0e3d6257377d9f73520e5ccdb7677fde23be3398 (patch) | |
tree | 900f2168fcdaadf1fe3532186bbfef273701fd51 /doc/classes/NavigationObstacle.xml | |
parent | 0c7fc80cc19fe9cd609b145245b1bb70f6a41e2e (diff) |
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/NavigationObstacle.xml')
-rw-r--r-- | doc/classes/NavigationObstacle.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/classes/NavigationObstacle.xml b/doc/classes/NavigationObstacle.xml index 307538b77b..31cf01793a 100644 --- a/doc/classes/NavigationObstacle.xml +++ b/doc/classes/NavigationObstacle.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="NavigationObstacle" inherits="Node" category="Core" version="3.2"> +<class name="NavigationObstacle" inherits="Node" version="4.0"> <brief_description> 3D Obstacle used in navigation for collision avoidance. </brief_description> @@ -26,4 +26,6 @@ </description> </method> </methods> + <constants> + </constants> </class> |