From f1026450bfe9bf4df2e059f220c2e579fa3e4f64 Mon Sep 17 00:00:00 2001 From: smix8 <52464204+smix8@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:18:53 +0100 Subject: Unbind NavigationServer3D.process() Unbinds NavigationServer3D.process(). --- doc/classes/NavigationServer3D.xml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/NavigationServer3D.xml b/doc/classes/NavigationServer3D.xml index 16b850866a..1feb363999 100644 --- a/doc/classes/NavigationServer3D.xml +++ b/doc/classes/NavigationServer3D.xml @@ -422,15 +422,6 @@ Sets the map up direction. - - - - - Process the collision avoidance agents. - The result of this process is needed by the physics server, so this must be called in the main thread. - [b]Note:[/b] This function is not thread safe. - - -- cgit v1.2.3