|
Rerun C++ SDK
|
Encoding: Describe a component column to be selected in the dataframe view. More...
#include <rerun/blueprint/encodings/component_column_selector.hpp>
Public Attributes | |
| rerun::encodings::EntityPath | entity_path |
| The entity path for this component. | |
| rerun::encodings::Utf8 | component |
| The name of the component. | |
Encoding: Describe a component column to be selected in the dataframe view.
⚠ This type is unstable and may change significantly in a way that the data won't be backwards compatible.
| rerun::encodings::Utf8 rerun::blueprint::encodings::ComponentColumnSelector::component |
The name of the component.
This acts as the component name in the context of a given entity_path An example for this would be Points3D:positions, for the positions field in archetypes::Points3D.