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