コード例 #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();
 }