Ejemplo n.º 1
0
 public virtual void StopPathFinding()
 {
     //this.SetActorEffect(EActorEffect.IS_AutoToMove, false);
     //Debug.LogError("停止寻路");
     mActorPathFinding.StopPathFinding();
 }
Ejemplo n.º 2
0
 public virtual void StopPathFinding()
 {
     mActorPathFinding.StopPathFinding();
 }