8 lines
108 B
C#
8 lines
108 B
C#
namespace UnityEditor.ShaderGraph
|
|
{
|
|
interface IShaderString
|
|
{
|
|
string value { get; }
|
|
}
|
|
}
|