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

Component: Like components::Visible, but for time series. More...

#include <rerun/components/series_visible.hpp>

Public Member Functions

 SeriesVisible (rerun::datatypes::Bool visible_)
 
SeriesVisibleoperator= (rerun::datatypes::Bool visible_)
 
 SeriesVisible (bool value_)
 
SeriesVisibleoperator= (bool value_)
 
 operator rerun::datatypes::Bool () const
 Cast to the underlying Bool datatype.
 

Public Attributes

rerun::datatypes::Bool visible
 

Detailed Description

Component: Like components::Visible, but for time series.

TODO(#6889): This is a temporary workaround. Right now we can't use components::Visible since it would conflict with the entity-wide visibility state.


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