testss
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace UnityEditor.ShaderGraph
|
||||
{
|
||||
interface IMaterialSlotHasValue<T>
|
||||
{
|
||||
T defaultValue { get; }
|
||||
T value { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user