예제 #1
0
 private void RotateToDirection(float direction)
 {
     this.transform.rotation = direction.AsEulerZ();
 }