예제 #1
0
 protected void TurnTo(Transform t)
 {
     hc.BeginLookAt(t.gameObject);
     rotator.TurnTo(t.gameObject, lockY: false);
 }