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