public string GetHash(Cloth cloth)
 {
     return "?t=" + Name +
                "&cl=" + cloth.Id.ToString() +
                "&ds=" + DriverSide.ToString() +
                "&w=" + Width.ToString() +
                "&h=" + Height.ToString() +
                "&mag=" + UseMagnet.ToString();
 }
示例#2
0
 public string GetHash(Cloth cloth)
 {
     return "?t=" + Name +
               "&cl=" + cloth.Id.ToString() +
               "&sh=" + SelectedShape.Id.ToString() +
               "&ds=" + DriverSide.ToString() +
               "&w=" + Width.ToString() +
               "&h=" + Height.ToString();
 }