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