Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: xiaoniaojjj on September 26, 2012, 09:31:03 AM

Title: How to change the Anchor of GameObject when use Tween Scale?
Post by: xiaoniaojjj on September 26, 2012, 09:31:03 AM
How to change the Anchor of GameObject when scale it? if i want to scale it like this -------->|,   not this ----->|<------
Title: Re: How to change the Anchor of GameObject when use Tween Scale?
Post by: ArenMook on September 26, 2012, 10:24:19 AM
If a sprite is using a "Left" pivot, then it will scale like that.
Title: Re: How to change the Anchor of GameObject when use Tween Scale?
Post by: xiaoniaojjj on September 26, 2012, 11:48:56 AM
If the GameObject included multiple Widgets, how to change the Pivot for the GameObject(Parent)?
Like Attachments
Title: Re: How to change the Anchor of GameObject when use Tween Scale?
Post by: ArenMook on September 26, 2012, 01:07:07 PM
You need to position all your the widgets using the left pivot point. The idea is that all widgets should be to the right of your game object.