processRemovedComponents method

void processRemovedComponents()

Process all removed components from the last execute cycle.

Implementation

void processRemovedComponents() {
  _entitiesWithRemovedComponents.forEach(_releaseComponentsFromEntity);
  _entitiesWithRemovedComponents.clear();
}