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