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

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_)
 
GridColumnsoperator= (rerun::datatypes::UInt32 columns_)
 
 GridColumns (uint32_t value_)
 
GridColumnsoperator= (uint32_t value_)
 
 operator rerun::datatypes::UInt32 () const
 Cast to the underlying UInt32 datatype.
 

Public Attributes

rerun::datatypes::UInt32 columns
 The number of columns.
 

Detailed Description

Component: How many columns a grid container should have.


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