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