I'm looking for a way of getting the OnHover event for a container, with a number of widgets inside.
I can put a collider over the container using NGUITools.AddWidgetCollider, but it looks like NGUI only supports events for ONE object under the mouse at a time.
Any way around this, besides hacking UICamera.cs?