#include <Layout.hpp>
|
static uint32_t constexpr | Dynamic = ~0u |
| Set the spacer size to this value to create a dynamic spacer.
|
|
◆ Spacer()
castor3d::Spacer::Spacer |
( |
uint32_t | size = Dynamic | ) |
|
|
inlineexplicitnoexcept |
◆ getSize()
uint32_t castor3d::Spacer::getSize |
( |
| ) |
const |
|
inlinenoexcept |
◆ isDynamic()
bool castor3d::Spacer::isDynamic |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
true
if spacer size varies
References Dynamic.
◆ Dynamic
uint32_t constexpr castor3d::Spacer::Dynamic = ~0u |
|
staticconstexpr |
Set the spacer size to this value to create a dynamic spacer.
Referenced by isDynamic().
The documentation for this class was generated from the following file: