Beispiel #1
0
 public static void SubLocalEulerAnglesX(this Transform transform, float x)
 {
     transform.AddLocalEulerAnglesX(-x);
 }