Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: mousick on May 02, 2013, 10:02:56 PM

Title: Problem with UIPanel Clipping
Post by: mousick on May 02, 2013, 10:02:56 PM
I have a proble with UIPanel Clipping

How to Clipping of the parent[UIPanel], the child[UIPanel] to be effected.

Title: Re: Problem with UIPanel Clipping
Post by: dlewis on May 03, 2013, 12:38:07 AM
Clipping doesn't affect sub panels.

Panel1 (Clipped)
- GameObject (Clipped by Panel1)
- Panel2 (Not clipped by Panel1)
Title: Re: Problem with UIPanel Clipping
Post by: mousick on May 03, 2013, 02:47:49 AM
Thx!! I will change child panel.