Author Topic: Widget Pivot does nothing.  (Read 3391 times)

bloomk

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 38
    • View Profile
Widget Pivot does nothing.
« on: August 10, 2015, 04:34:42 PM »
Why if i set an items pivot point to top left does the pivot still remain the center of the widget when inheriting from UIWidgetContainer?

I have an object that when the pivot is se to top left and i rotate the widget it still rotates around the center.. ? also, coordinated of child objects show the center of the object as position (0,0) ?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Widget Pivot does nothing.
« Reply #1 on: August 14, 2015, 08:48:45 AM »
Widget Container is not a widget. It's just a helper script that makes it possible to move many widgets at the same time. Think of it as a group selection tool.