Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::blueprint::components::ZoomLevel Struct Reference

Component: A zoom level determines how much of the world is visible on a map. More...

#include <rerun/blueprint/components/zoom_level.hpp>

Public Member Functions

 ZoomLevel (rerun::datatypes::Float64 zoom_)
 
ZoomLeveloperator= (rerun::datatypes::Float64 zoom_)
 
 ZoomLevel (double value_)
 
ZoomLeveloperator= (double value_)
 
 operator rerun::datatypes::Float64 () const
 Cast to the underlying Float64 datatype.
 

Public Attributes

rerun::datatypes::Float64 zoom
 Zoom level: 0 being the lowest zoom level (fully zoomed out) and 22 being the highest (fully zoomed in).
 

Detailed Description

Component: A zoom level determines how much of the world is visible on a map.


The documentation for this struct was generated from the following file: