Interface NavigationPointProvider


public interface NavigationPointProvider
The NavigationPointProvider interface defines methods for retrieving navigation point data at specific positions within a 3D environment.
  • Method Details

    • getNavigationPoint

      NavigationPoint getNavigationPoint(PathPosition position)
      Gets the navigation point at the given position.
      Parameters:
      position - the position to get the navigation point for.
      Returns:
      NavigationPoint the navigation point.