Пример #1
0
 public static void AddLocalEulerAnglesX(this Transform self, float value)
 {
     TransformUtil.AddLocalEulerAnglesX(self, value);
 }