------------------------- Archetype::Clear
| 142 | // Archetype::Clear |
| 143 | // |
| 144 | void Archetype::Clear() |
| 145 | { |
| 146 | for (ComponentPool& pool : m_ComponentPools) |
| 147 | { |
| 148 | pool.Clear(); |
| 149 | } |
| 150 | |
| 151 | m_Entities.clear(); |
| 152 | } |
| 153 | |
| 154 | |
| 155 | } // namespace fw |
no outgoing calls