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