clear method

void clear()

Clear all renderables

Implementation

void clear() {
  _renderables.clear();
  _layers.clear();
}