Exemple #1
0
 public void ChangeMatter()
 {
     if (interactor.matter != matter)
     {
         interactor.matter = matter;
         matManager.ApplyNewMaterial();
     }
 }