Rerun C++ SDK
|
Component: Whether the entity's components::Text
label is shown.
More...
#include <rerun/components/show_labels.hpp>
Public Member Functions | |
ShowLabels (rerun::datatypes::Bool show_labels_) | |
ShowLabels & | operator= (rerun::datatypes::Bool show_labels_) |
ShowLabels (bool value_) | |
ShowLabels & | operator= (bool value_) |
operator rerun::datatypes::Bool () const | |
Cast to the underlying Bool datatype. | |
Public Attributes | |
rerun::datatypes::Bool | show_labels |
Whether the entity's components::Text label is shown. | |
Component: Whether the entity's components::Text
label is shown.
The main purpose of this component existing separately from the labels themselves is to be overridden when desired, to allow hiding and showing from the viewer and blueprints.