Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: yuyaokada on June 07, 2014, 10:38:15 AM

Title: How to set scale relatively?
Post by: yuyaokada on June 07, 2014, 10:38:15 AM
I want to change UIWidget size relatively as localScale but we cannot use localScale with UIWidget.
How should I do?
Title: Re: How to set scale relatively?
Post by: Nicki on June 07, 2014, 08:19:01 PM
Relative to what? The parents?

In that case, you can use the globalScale (lossyScale) and use the value as a modifier on the widget. It's generally a mess to do so, I think though.