예제 #1
0
 public static void SetLocalEulerAnglesZ(this Transform self, float value)
 {
     TransformUtil.SetLocalEulerAnglesZ(self, value);
 }