예제 #1
0
파일: Actor.cs 프로젝트: mengtest/skilldemo
 public virtual void StopPathFinding()
 {
     //this.SetActorEffect(EActorEffect.IS_AutoToMove, false);
     //Debug.LogError("停止寻路");
     mActorPathFinding.StopPathFinding();
 }
예제 #2
0
파일: Actor.cs 프로젝트: 977567460/Escapes
 public virtual void StopPathFinding()
 {
     mActorPathFinding.StopPathFinding();
 }