Beispiel #1
0
 public void SetPath(List <Vector3> paths, bool isLoop = false)
 {
     steeringBehaviour.SetPath(paths, isLoop);
 }