A singleton for managing [NavigationServer3D] implementations. [NavigationServer3DManager] is the API for registering [NavigationServer3D] implementations and setting the default implementation. [b]Note:[/b] It is not possible to switch servers at runtime. This class is only used on startup at the server initialization level. Registers a [NavigationServer3D] implementation by passing a [param name] and a [Callable] that returns a [NavigationServer3D] object. Sets the default [NavigationServer3D] implementation to the one identified by [param name], if [param priority] is greater than the priority of the current default implementation.