11 lines
184 B
C#
11 lines
184 B
C#
namespace UnityEditor.ShaderGraph
|
|
{
|
|
/// <summary>
|
|
/// Sub-target used to filter Terrain-specific nodes
|
|
/// </summary>
|
|
public interface ITerrainSubTarget
|
|
{
|
|
|
|
}
|
|
}
|