Beispiel #1
0
 public static void SubLocalEulerAnglesY(this Transform transform, float y)
 {
     transform.AddLocalEulerAnglesY(-y);
 }