标签:style blog color ar sp div on 问题 log
/// <summary> /// Auto-upgrade. /// </summary> protected override void OnInit () { Debug.Log("Chu SHiHua"); if (!mFillCenter) { mFillCenter = true; centerType = AdvancedType.Invisible; #if UNITY_EDITOR NGUITools.SetDirty(this); #endif } base.OnInit(); }
public void OnInit2() { OnInit(); }
NGUI Sprite 和 Label 改变Layer 或父物体后 未更新深度问题
标签:style blog color ar sp div on 问题 log
原文地址:http://www.cnblogs.com/123ing/p/4090104.html