Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: yuewah on January 27, 2015, 10:08:55 AM
-
Instead of using a BoxCollider to block all UIEvent, is it possible that the UIPanel having an UserInteractionEnabled property to ignore the UIEvent on it.
-
Panels don't receive events. Colliders do. I'm not sure what you're asking here... If you want to disable events, just turn off the UICamera that sees the layer you want disabled (or adjust the UICamera's event layer mask).