Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yuelun2000

Pages: [1]
1
NGUI 3 Support / Re: I don't want UIPanel Clipping to clip child's UIPanel
« on: December 23, 2014, 01:01:04 AM »
Sorry,maybe I not say my question clearly.
In the picture, the gameObject 3 has a tips.
But the tips is clip a part by UIScrollView.

In the old version, add a UIPanel to the tips, I can see all of the tips.
But it doesn't work in the new version.

2
NGUI 3 Support / Re: I don't want UIPanel Clipping to clip child's UIPanel
« on: December 17, 2014, 09:47:35 PM »
Don't add UIPanel on child gameObject? I tried this, but it seems doesn't work.
I used ver 2.3 before. I add a UIPanel on child gameObject.
When the child gameObject move out of UIScrollView's clip, I can also see the child gameObject.
This method don't work in new ver3.7.6.

3
NGUI 3 Support / I don't want UIPanel Clipping to clip child's UIPanel
« on: December 16, 2014, 12:57:49 AM »
Sometimes, I want to show a tips when hover on a gameObject.
When the gameObject is at the boundary of the Clipping, father's UIPanel Clipping will clip the tips.

Now,I use 3.7.6.

Pages: [1]