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