Interface NavigationPointProvider
public interface NavigationPointProvider
The NavigationPointProvider interface defines methods for retrieving navigation point data at
specific positions within a 3D environment.
-
Method Summary
Modifier and TypeMethodDescriptiondefault NavigationPoint
getNavigationPoint
(PathPosition position) Gets the navigation point at the given position.getNavigationPoint
(PathPosition position, EnvironmentContext environmentContext) Retrieves the navigation point at the specified position within the provided environment context.
-
Method Details