Example #1
0
 public static void SetEulerAnglesZ(this Transform self, float value)
 {
     TransformUtil.SetEulerAnglesZ(self, value);
 }