testss
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEditor.ShaderGraph.Internal;
|
||||
|
||||
namespace UnityEditor.ShaderGraph
|
||||
{
|
||||
interface IConditional
|
||||
{
|
||||
FieldCondition[] fieldConditions { get; }
|
||||
}
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
namespace UnityEditor.ShaderGraph
|
||||
{
|
||||
interface IShaderString
|
||||
{
|
||||
string value { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user