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

Method Process

Engine/unit_tests/ECS/EcsCommandBufferTest.cpp:160–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 // base class constructors don't do anything so are not needed unless we declare dependencies or init lookup variables
159
160 void Process(fw::ComponentRange<TestBCView>& range)
161 {
162 fw::EcsCommandBuffer& cb = GetCommandBuffer();
163
164 for (TestBCView& view : range)
165 {
166 cb.RemoveEntity(view.GetCurrentEntity());
167 }
168 }
169 };
170
171 ecs.UnregisterSystem<TestRemoveASystem>();

Callers

nothing calls this directly

Calls 2

GetCurrentEntityMethod · 0.80
RemoveEntityMethod · 0.45

Tested by

no test coverage detected