public ConstraintMakerEditable Offset(ConstraintOffsetTarget amount)
 {
     Description.Constant = amount;
     return(this);
 }
Ejemplo n.º 2
0
 public Constraint Update(ConstraintOffsetTarget offset)
 {
     _constant = offset;
     return(this);
 }