Beispiel #1
0
 public static void AddEulerAnglesX(this Transform self, float value)
 {
     TransformUtil.AddEulerAnglesX(self, value);
 }