Class to represent a view over a range of entities in an ECS Context.
More...
#include <Entity.h>
Class to represent a view over a range of entities in an ECS Context.
◆ EntityView()
Initializes the view with iterator range.
- Parameters
-
first | Iterator to the first entity |
last | Iterator to the last entity |
◆ begin()
const EntityIterator & Nui::ECS::Internal::EntityView::begin |
( |
| ) |
const |
|
inline |
Gets the beginning of the view.
- Returns
- Begin iterator
◆ end()
Gets the end of the view.
- Returns
- End iterator
The documentation for this class was generated from the following file: