Go to the source code of this file.
◆ AGSNavigationConstraint
The list of options for constraining navigation based on the surface elevation.
- Since
- 100.5
Enumerator |
---|
AGSNavigationConstraintNone | Camera navigation is unconstrained. In this mode the camera may pass above and below the elevation surface.
|
AGSNavigationConstraintStayAbove | Camera navigation is constrained to remaining above the elevation surface. The altitude of the camera may not fall below the elevation of the surface. If the elevation is added or updates resulting in the camera altitude being below the elevation the camera will be pushed up to be at the surface.
|