From 383c583a0b46b36ab9b0de57d0f3f7bdecb62fc8 Mon Sep 17 00:00:00 2001 From: Duroxxigar Date: Mon, 10 Feb 2020 15:24:00 +0100 Subject: Documented the new NavigationServer and all its associated nodes (2D and 3D) --- doc/classes/NavigationObstacle.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/classes/NavigationObstacle.xml (limited to 'doc/classes/NavigationObstacle.xml') diff --git a/doc/classes/NavigationObstacle.xml b/doc/classes/NavigationObstacle.xml new file mode 100644 index 0000000000..307538b77b --- /dev/null +++ b/doc/classes/NavigationObstacle.xml @@ -0,0 +1,29 @@ + + + + 3D Obstacle used in navigation for collision avoidance. + + + 3D Obstacle used in navigation for collision avoidance. The obstacle needs navigation data to work correctly. This can be done by having the obstacle as a child of a [Navigation] node, or using [method set_navigation]. [NavigationObstacle] is physics safe. + + + + + + + + + Returns the [Navigation] node that the obstacle is using for its navigation system. + + + + + + + + + Sets the [Navigation] node used by the obstacle. Useful when you don't want to make the obstacle a child of a [Navigation] node. + + + + -- cgit v1.2.3