Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Selections Struct Reference

#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
 

Detailed Description

Definition at line 96 of file Scene.h.

Member Data Documentation

◆ _selectionCount

U8 Divide::Selections::_selectionCount = 0u

Definition at line 101 of file Scene.h.

◆ _selections

std::array<I64, MAX_SELECTIONS> Divide::Selections::_selections = create_array<MAX_SELECTIONS, I64>(-1)

Definition at line 100 of file Scene.h.

◆ MAX_SELECTIONS

constexpr U8 Divide::Selections::MAX_SELECTIONS = 254u
staticconstexpr

Definition at line 98 of file Scene.h.


The documentation for this struct was generated from the following file: