namespace UnityEditor.ShaderGraph { public interface IMaterialSlotHasVaule { T defaultValue { get; } T value { get; } } }