Rerun C++ SDK
|
Component: The container that sits at the root of a viewport. More...
#include <rerun/blueprint/components/root_container.hpp>
Public Member Functions | |
RootContainer (rerun::datatypes::Uuid id_) | |
RootContainer & | operator= (rerun::datatypes::Uuid id_) |
RootContainer (std::array< uint8_t, 16 > bytes_) | |
RootContainer & | operator= (std::array< uint8_t, 16 > bytes_) |
operator rerun::datatypes::Uuid () const | |
Cast to the underlying Uuid datatype. | |
Public Attributes | |
rerun::datatypes::Uuid | id |
ContainerId for the root. | |
Component: The container that sits at the root of a viewport.