NGUI 3.7.2更新
新:可以直接为UIDragObject指定panel当做拖拽区域
新:可以为prefab toolbar里面的item指定自定义缩略图
新:TweenAplha和TweenColor现在可以应用到SpriteRenderer上
新:加入UICamera.currentTouch.deltaTime(touch后到现在的时间)
修:UIGrid没有start,componentUIGrid.Reposition现在可以正确执行
修:当widget的alpha是0的时候,在sceneview里面不可选
修:当复制UIDragDropItem的时候,dragged状态没被正确设置
修:[Aa]不会解释非16进制字符
修:Bitmap labels现在支持thin spaces (U2009).
修:PropertyBinding现在考虑了editMode标志
修:修改UICenterOnChild的运行方式,修复了翻页功能
修:动态字体在运行时设置UILabel.material可以获得预期效果
修:DX9 half pixel offset在/force OpenGL模式下会被忽略
删: UIInput.selectOnTab不推荐使用,用UIKeyNavigation替代(更新后自动升级)