Rerun C++ SDK
|
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_) | |
LockRangeDuringZoom & | operator= (rerun::datatypes::Bool lock_range_) |
LockRangeDuringZoom (bool value_) | |
LockRangeDuringZoom & | operator= (bool value_) |
operator rerun::datatypes::Bool () const | |
Cast to the underlying Bool datatype. | |
Public Attributes | |
rerun::datatypes::Bool | lock_range |
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.