refresh method
void
refresh()
Implementation
void refresh() {
_visibleSet.clear();
removeAll(children);
onMoveCamera(_lastRectCamera);
}
void refresh() {
_visibleSet.clear();
removeAll(children);
onMoveCamera(_lastRectCamera);
}