|
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.
⚠ This type is unstable and may change significantly in a way that the data won't be backwards compatible.