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

Component: Spatially disconnect this entity from its parent. More...

#include <rerun/components/disconnected_space.hpp>

Public Member Functions

 DisconnectedSpace (bool is_disconnected_)
 
DisconnectedSpaceoperator= (bool is_disconnected_)
 

Public Attributes

bool is_disconnected
 Whether the entity path at which this is logged is disconnected from its parent.
 

Detailed Description

Component: Spatially disconnect this entity from its parent.

Specifies that the entity path at which this is logged is spatially disconnected from its parent, making it impossible to transform the entity path into its parent's space and vice versa. It only applies to space views that work with spatial transformations, i.e. 2D & 3D space views. This is useful for specifying that a subgraph is independent of the rest of the scene.


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