コード例 #1
0
 public ConstraintMakerEditable Inset(ConstraintInsetTarget amount)
 {
     Description.Constant = amount.TargetValue;
     return(this);
 }
コード例 #2
0
 public Constraint Update(ConstraintInsetTarget inset)
 {
     _constant = inset.TargetValue;
     return(this);
 }