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