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