NGUI UILabel文字宽度和 UITweener

做个记录 方便别人和自己以后查找.

NGUI UILabel   文字宽度 高度 mLabel.GetComponent<UILabel>().getLabWidth()   mLabel.GetComponent<UILabel>().getLabHeight();

NGUI UITweener 参考 :http://dsqiu.iteye.com/blog/1974528

缓动函数:http://easings.net/zh-cn

原文地址:https://www.cnblogs.com/xsgame/p/4073470.html