Beispiel #1
0
 private void PageIndexCallBack()
 {
     Log.info(this, "Child Count : " + NGUITools.GetActiveChildrenCount(centerOnChild.gameObject));
     this.InitPage(int.Parse(centerOnChild.centeredObject.name), NGUITools.GetActiveChildrenCount(centerOnChild.gameObject));
 }