namespace UnityEditor.ShaderGraph { /// /// Sub-target used to filter Terrain-specific nodes /// public interface ITerrainSubTarget { } }