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

Component: Configures how a clear operation should behave - recursive or not. More...

#include <rerun/components/clear_is_recursive.hpp>

Public Member Functions

 ClearIsRecursive (rerun::datatypes::Bool recursive_)
 
ClearIsRecursiveoperator= (rerun::datatypes::Bool recursive_)
 
 ClearIsRecursive (bool value_)
 
ClearIsRecursiveoperator= (bool value_)
 
 operator rerun::datatypes::Bool () const
 Cast to the underlying Bool datatype.
 

Public Attributes

rerun::datatypes::Bool recursive
 If true, also clears all recursive children entities.
 

Detailed Description

Component: Configures how a clear operation should behave - recursive or not.


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