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

Component: Indicate whether the range should be locked when zooming in on the data. More...

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

Public Member Functions

 LockRangeDuringZoom (rerun::datatypes::Bool lock_range_)
 
LockRangeDuringZoomoperator= (rerun::datatypes::Bool lock_range_)
 
 LockRangeDuringZoom (bool value_)
 
LockRangeDuringZoomoperator= (bool value_)
 
 operator rerun::datatypes::Bool () const
 Cast to the underlying Bool datatype.
 

Public Attributes

rerun::datatypes::Bool lock_range
 

Detailed Description

Component: Indicate whether the range should be locked when zooming in on the data.

Default is false, i.e. zoom will change the visualized range.


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