12 lines
208 B
C#
12 lines
208 B
C#
using System;
|
|
|
|
namespace UnityEngine.UI
|
|
{
|
|
// Token: 0x0200009F RID: 159
|
|
public interface IMaterialModifier
|
|
{
|
|
// Token: 0x060005D3 RID: 1491
|
|
Material GetModifiedMaterial(Material baseMaterial);
|
|
}
|
|
}
|