|
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::encodings::Bool lock_range_) | |
| LockRangeDuringZoom & | operator= (rerun::encodings::Bool lock_range_) |
| LockRangeDuringZoom (bool value_) | |
| LockRangeDuringZoom & | operator= (bool value_) |
| operator rerun::encodings::Bool () const | |
| Cast to the underlying Bool encoding. | |
Public Attributes | |
| rerun::encodings::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.
⚠ This type is unstable and may change significantly in a way that the data won't be backwards compatible.