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 TypeMethodDescriptiongetNavigationPoint
(PathPosition position) Gets the navigation point at the given position.
-
Method Details