clearRenderer method
void
clearRenderer()
Detaches the current renderer and cursor controller.
Implementation
void clearRenderer() {
cursorController.detachRenderer();
}
Detaches the current renderer and cursor controller.
void clearRenderer() {
cursorController.detachRenderer();
}