コード例 #1
0
ファイル: AttributeSet.cs プロジェクト: Craiel/CarbonProjects
 public void Merge(IAttributeSet other, float factor = 1.0f)
 {
     this.Merge(other.GetAttributes(), factor);
 }