|
Rerun C++ SDK
|
Component: How many columns a grid container should have. More...
#include <rerun/blueprint/components/grid_columns.hpp>
Public Member Functions | |
| GridColumns (rerun::datatypes::UInt32 columns_) | |
| GridColumns & | operator= (rerun::datatypes::UInt32 columns_) |
| GridColumns (uint32_t value_) | |
| GridColumns & | operator= (uint32_t value_) |
| operator rerun::datatypes::UInt32 () const | |
| Cast to the underlying UInt32 datatype. | |
Public Attributes | |
| rerun::datatypes::UInt32 | columns |
| The number of columns. | |
Component: How many columns a grid container should have.
⚠ This type is unstable and may change significantly in a way that the data won't be backwards compatible.