MCPcopy Create free account
hub / github.com/Illation/ETEngine / Clear

Method Clear

Engine/source/EtFramework/ECS/ComponentPool.cpp:102–105  ·  view source on GitHub ↗

---------------------- ComponentPool::Clear

Source from the content-addressed store, hash-verified

100// ComponentPool::Clear
101//
102void ComponentPool::Clear()
103{
104 m_Buffer.clear();
105}
106
107
108} // namespace fw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected