Interface INestedQueryNode
Interface representing a nested query node.
Inherited Members
Namespace: UnityEditor.Search
Syntax
public interface INestedQueryNode : IQueryNode
Properties
associatedFilter
If the nested query is part of a filter operation, this represents the filter identifier. Otherwise, this is null or empty.
Declaration
string associatedFilter { get; }
Property Value
Type | Description |
---|---|
String |