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