namespace UnityEngine.UI { public interface IMaterialModifier { Material GetModifiedMaterial(Material baseMaterial); } }