--------------------- ComponentView::Next Increment component pointers
| 90 | // Increment component pointers |
| 91 | // |
| 92 | T_EntityId ComponentView::GetCurrentEntity() const |
| 93 | { |
| 94 | return m_Range->m_Archetype->GetEntity(m_Current); |
| 95 | } |
| 96 | |
| 97 | //--------------------- |
| 98 | // ComponentView::Next |