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