Rerun C++ SDK
|
Component: The origin of a view. More...
#include <rerun/blueprint/components/view_origin.hpp>
Public Member Functions | |
ViewOrigin (rerun::datatypes::EntityPath value_) | |
ViewOrigin & | operator= (rerun::datatypes::EntityPath value_) |
ViewOrigin (std::string path_) | |
ViewOrigin & | operator= (std::string path_) |
operator rerun::datatypes::EntityPath () const | |
Cast to the underlying EntityPath datatype. | |
Public Attributes | |
rerun::datatypes::EntityPath | value |
Component: The origin of a view.