예제 #1
0
 public static void SetBodyOrientation(RigidBody body, Quaternion quat)
 {
     body.SetOrientation(quat);
 }