removeController
Removes a controller— an implementation of the Controller interface used to handle input events, camera animations, and other interactions— from the widget's scene.
widget.removeController(tiltOrbitController);Content copied to clipboard
Parameters
controller
An implementation of the Controller interface.