Example #1
0
 public static void SubLocalPositionX(this Transform transform, float x)
 {
     transform.AddLocalPositionX(-x);
 }