Rerun C++ SDK
|
Component: The layout share of a row in the container. More...
#include <rerun/blueprint/components/row_share.hpp>
Public Member Functions | |
RowShare (rerun::datatypes::Float32 share_) | |
RowShare & | operator= (rerun::datatypes::Float32 share_) |
RowShare (float value_) | |
RowShare & | operator= (float value_) |
operator rerun::datatypes::Float32 () const | |
Cast to the underlying Float32 datatype. | |
Public Attributes | |
rerun::datatypes::Float32 | share |
The layout share of a row in the container. | |
Component: The layout share of a row in the container.