11 lines
189 B
C#
11 lines
189 B
C#
|
|
namespace UnityEditor.Rendering.UITK.ShaderGraph
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// Sub-target used to filter UI-specific nodes
|
||
|
|
/// </summary>
|
||
|
|
public interface IUISubTarget
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|