Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: morepixels on January 01, 2015, 03:50:52 AM

Title: How to allow clickthrough?
Post by: morepixels on January 01, 2015, 03:50:52 AM
I have two buttons, sometimes they overlap. When they do, I would like both to receive events. Right now methods like OnClick() are not called on the button below.
Title: Re: How to allow clickthrough?
Post by: ArenMook on January 01, 2015, 07:16:41 PM
You can't. Only the topmost button will get the event.