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

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_)
 
ShowLabelsoperator= (rerun::datatypes::Bool show_labels_)
 
 ShowLabels (bool value_)
 
ShowLabelsoperator= (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.
 

Detailed Description

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.


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