Exemplo n.º 1
0
 public void MergeMaterial(ImportedMaterial material)
 {
     Operations.ReplaceMaterial(Parser, material);
     Changed = true;
 }