Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: xiaoniaojjj on September 25, 2012, 11:38:26 AM

Title: How to disable the key & mouse response in a panel?
Post by: xiaoniaojjj on September 25, 2012, 11:38:26 AM
I want to create a panel like windows dialog, how to disable the  key & mouse response in other panels except the top panel.
Title: Re: How to disable the key & mouse response in a panel?
Post by: ArenMook on September 25, 2012, 11:56:37 AM
Put a big collider covering the screen in between of the panel that you want to receive events, and panels that you don't want to receive events.