Camera input events

Hi, guys,
I have some questions,
I use arcrotatecamera,I want to turn off the mouse and keyboard events temporarily, and then restart it after a while, Is there any code to achieve these goals?
thx for reading~

Heya, you can call camera.detachControl() and then later call attachControl again. :slight_smile:

1 Like

thank you!

1 Like