public interface IMeshViewer : IViewer
GetId |
Returns the viewerId of the viewer
(Inherited from IViewer) |
GetMapDesaturated | Returns whether map is desatured or not |
GetNavbarExpanded |
Returns the navbarExpanded state.
This is an asynchronous function.
(Inherited from IViewer) |
GetNavbarVisible |
Returns the visibility state of the navbar.
This is an asynchronous function.
(Inherited from IViewer) |
GetType |
Returns the type of this viewer.
(Inherited from IViewer) |
SetDesaturatedTexture | Sets the texture of the meshes either to gray-scale (desaturated=true) or color |
SetLOSEyeHeight | Update the height of the eye in LOS analysis |
SetNavigationState | Determines whether user is able to interact with the RIA map or not |
SetOverlayVisibility | Set the visibility of any layer. Creates one if the layer we want to be visible isn't added to the map yet |
SetTime | Saves time to state and sets the time in the Ria api |
ToggleNavbarExpanded |
Modify the state of navbar expanded in the panorama viewer store.
(Inherited from IViewer) |
ToggleNavbarVisible |
Toggles the visibility of the navbar in the PanoramaViewer.
(Inherited from IViewer) |