예제 #1
0
파일: BTTree.cs 프로젝트: zs9024/Jungle
 /// <summary>
 /// 有些操作必须在LateUpdate中做
 /// </summary>
 void LateUpdate()
 {
     _root.LateTick();
 }