![]()  | 
	
		
 How do I remove/disable a proximity manager's onEnter/onExit callbacks? 
		
		
		When I registered a callback function for a proximity event [manager.onEnter(sensor,EnterProximity)], how can I later remove that callback, and how to disable/enable it? 
	Or is there another way to accomplish this using different registration of a proximity event?  | 
		
 You can get a handle to the event and then enable, disable, or toggle its state: 
	Code: 
	enterEvent = manager.onEnter(sensor, EnterProximity) | 
		
 Thanks, Jeff! Your help is very appreciated. 
	 | 
| All times are GMT -7. The time now is 02:33 AM. | 
	Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
	
	Copyright 2002-2023 WorldViz LLC