scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.UI
|
||||
{
|
||||
// Token: 0x0200009F RID: 159
|
||||
public interface IMaterialModifier
|
||||
{
|
||||
// Token: 0x060005D3 RID: 1491
|
||||
Material GetModifiedMaterial(Material baseMaterial);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user