|
Open 3D Engine ImGui Gem API Reference
23.05.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 | |
| void | ClearAllBits () |
| void | SetAllBits () |
| bool | TestBit (int n) const |
| void | SetBit (int n) |
| void | ClearBit (int n) |
| void | SetBitRange (int n, int n2) |
Public Attributes | |
| ImU32 | Storage [(BITCOUNT+31) >> 5] |