![]() |
Open 3D Engine Atom Gem API Reference
22.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Member Functions | |
AZ_TYPE_INFO (Interval, "{B121C9FE-1C23-4721-9C3E-6BE036612743}") | |
Interval (uint32_t min, uint32_t max) | |
bool | operator== (const Interval &rhs) const |
bool | operator!= (const Interval &rhs) const |
Static Public Member Functions | |
static void | Reflect (AZ::ReflectContext *context) |
Public Attributes | |
uint32_t | m_min = 0 |
uint32_t | m_max = 0 |