Is it possible to one UIPanel make a clipping for another UIPanel
I have something like this:
UIPanel1 (with clipping)
---- UIWidget1
---- UIPanel2 (with clipping)
--------- UIWidget2
In my case UIPanel1 clips only Widget1, and everything which is in UIPanel2 is not clipped. How to achieve this?