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

Component: ID for a visualizer instruction. More...

#include <rerun/blueprint/components/visualizer_instruction_id.hpp>

Public Member Functions

 VisualizerInstructionId (rerun::datatypes::Uuid visualizer_)
 
VisualizerInstructionIdoperator= (rerun::datatypes::Uuid visualizer_)
 
 VisualizerInstructionId (std::array< uint8_t, 16 > bytes_)
 
VisualizerInstructionIdoperator= (std::array< uint8_t, 16 > bytes_)
 
 operator rerun::datatypes::Uuid () const
 Cast to the underlying Uuid datatype.
 

Public Attributes

rerun::datatypes::Uuid visualizer
 IDs of a single visualizer instruction.
 

Detailed Description

Component: ID for a visualizer instruction.

IDs are only guaranteed to be unique in the scope of a view. For details see archetypes::ActiveVisualizers.

This type is unstable and may change significantly in a way that the data won't be backwards compatible.


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