Author Topic: Scrollview problem  (Read 3519 times)

GHVNlab

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Scrollview problem
« on: March 12, 2014, 11:15:10 PM »
Hi all, have a great day, I'm new with Unity and NGUI recently i'm working with a parallelogram shape scrollview. Is there any way to change the clipping boundary into other shape?

I came up with the idea using two 2 scrollview, horizontal and another one with 30degree inother to create a 30degree parallelogram shape. however one of the clipping bondary move while i drag the object. Any suggestion? Thank you in advance

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Scrollview problem
« Reply #1 on: March 14, 2014, 11:56:40 AM »
No, the clipping is always limited to a rectangular region. If you want different clipping, you can use stencils -- but that's a Unity feature, and not NGUI.