From 28bb2806f1afac8d256291a6b86352e11f074697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 19 Feb 2020 09:55:47 +0100 Subject: doc: Sync classref with current source --- doc/classes/Navigation.xml | 56 +++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'doc/classes/Navigation.xml') diff --git a/doc/classes/Navigation.xml b/doc/classes/Navigation.xml index 8057aca127..0000ca6bd5 100644 --- a/doc/classes/Navigation.xml +++ b/doc/classes/Navigation.xml @@ -9,31 +9,39 @@ - - + + + + + Returns the point closest to the provided [code]to_point[/code] on the navigation mesh surface. - - + + - - - + - + + Returns the normal for the point returned by [method get_closest_point]. + + + + + + - Returns the path between two given points. Points are in local coordinate space. If [code]optimize[/code] is [code]true[/code] (the default), the agent properties associated with each [NavigationMesh] (radius, height, etc.) are considered in the path calculation, otherwise they are ignored. + Returns the owner region RID for the point returned by [method get_closest_point]. - + - + @@ -41,31 +49,23 @@ Returns the closest point between the navigation surface and the segment. - - + + - - - Returns the point closest to the provided [code]point[/code] on the navigation mesh surface. - - + + - + - - Returns the normal for the point returned by [method get_closest_point]. - - - - - - + + + - Returns the owner region RID for the point returned by [method get_closest_point]. + Returns the path between two given points. Points are in local coordinate space. If [code]optimize[/code] is [code]true[/code] (the default), the agent properties associated with each [NavigationMesh] (radius, height, etc.) are considered in the path calculation, otherwise they are ignored. -- cgit v1.2.3