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);

Parameters

controller

An implementation of the Controller interface.

See also