clearAll method

void clearAll()

Implementation

void clearAll() {
  clearSystems();
  clearEntities();
  clearResources();
}