View Single Post
  #2  
Old 09-06-2016, 03:29 PM
Vaquero Vaquero is offline
Member
 
Join Date: Nov 2015
Posts: 62
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'.
Reply With Quote