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