コード例 #1
0
 public void moveToPoint(Vector3 _position)
 {
     StopAllCoroutines();
     creatureAI.getCreatureAgent().SetDestination(_position);
 }