예제 #1
0
파일: Flock.cs 프로젝트: wynnliam/alexander
 // Update is called once per frame
 void Update()
 {
     Flowfield = mesh.GetFlowfieldGraph(goal.transform.position);
 }