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