6#include "../collection.hpp"
7#include "../component_batch.hpp"
8#include "../components/disconnected_space.hpp"
9#include "../indicator_component.hpp"
10#include "../result.hpp"
50 static constexpr const char IndicatorComponentName[] =
51 "rerun.components.DisconnectedSpaceIndicator";
73 struct AsComponents<archetypes::DisconnectedSpace> {
75 static Result<std::vector<ComponentBatch>> serialize(
76 const archetypes::DisconnectedSpace& archetype
All built-in archetypes. See Types in the Rerun manual.
Definition rerun.hpp:76
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
Archetype: Spatially disconnect this entity from its parent.
Definition disconnected_space.hpp:45
rerun::components::DisconnectedSpace disconnected_space
Whether the entity path at which this is logged is disconnected from its parent.
Definition disconnected_space.hpp:47
Component: Spatially disconnect this entity from its parent.
Definition disconnected_space.hpp:19
Indicator component used by archetypes when converting them to component lists.
Definition indicator_component.hpp:30