Open 3D Engine AtomLyIntegration Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Member Functions | |
GlyphSize (const int32_t sizeX, const int32_t sizeY) | |
GlyphSize (const Vec2i v) | |
bool | operator== (const GlyphSize &rhs) const |
Public Attributes | |
union { | |
struct { | |
int32_t x | |
int32_t y | |
} | |
int32_t data [2] | |
}; | |