示例#1
0
 void Awake()
 {
     seekBehaviour.SetBoid(this);
     persuitBehaviour.SetBoid(this);
     desiredForward = transform.forward;
 }