View Single Post
  #4  
Old 09-08-2016, 08:47 AM
haohaoxuexi1 haohaoxuexi1 is offline
Member
 
Join Date: Sep 2015
Posts: 81
Quote:
Originally Posted by Vaquero View Post
You can do something like:

Code:
manager.setDebug(viz.OFF)
debugEventHandle = vizact.onkeydown('1',manager.setDebug,viz.TOGGLE)
That way you can turn the debug shapes on/off with a key press, in this example '1'.
thanks it works
Reply With Quote