Beispiel #1
0
 /// <summary>
 /// 有些操作必须在LateUpdate中做
 /// </summary>
 void LateUpdate()
 {
     _root.LateTick();
 }