Beispiel #1
0
		public RoGatCell(float f1, float f2, float f3, float f4, byte t) {
			LeftBottom = f1;
			RightBottom = f2;
			LeftTop = f3;
			RightTop = f4;
			Type = (ERoGatCellType)Enum.Parse(typeof(ERoGatCellType), t.ToString());
		}
Beispiel #2
0
 public RoGatCell(float f1, float f2, float f3, float f4, byte t)
 {
     LeftBottom  = f1;
     RightBottom = f2;
     LeftTop     = f3;
     RightTop    = f4;
     Type        = (ERoGatCellType)Enum.Parse(typeof(ERoGatCellType), t.ToString());
 }