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