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