![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <Scene.h>
Public Attributes | |
std::array< I64, MAX_SELECTIONS > | _selections = create_array<MAX_SELECTIONS, I64>(-1) |
U8 | _selectionCount = 0u |
Static Public Attributes | |
static constexpr U8 | MAX_SELECTIONS = 254u |
std::array<I64, MAX_SELECTIONS> Divide::Selections::_selections = create_array<MAX_SELECTIONS, I64>(-1) |
|
staticconstexpr |