Exemplo n.º 1
0
 public static void SetEulerAnglesX(this Transform self, float value)
 {
     TransformUtil.SetEulerAnglesX(self, value);
 }