Example #1
0
 public void Merge(IAttributeSet other, float factor = 1.0f)
 {
     this.Merge(other.GetAttributes(), factor);
 }