Ejemplo n.º 1
0
 public static RectEdit Create(RectEditType type, RectAxis axis, float amount) => new RectEdit(type, axis, amount);
Ejemplo n.º 2
0
 public RectEdit(RectEditType type, RectAxis axis, float amount)
 {
     Type   = type;
     Axis   = axis;
     Amount = amount;
 }