Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


INestedQueryNode

Interface representing a nested query node.
Read time 1 minuteLast updated 6 days ago

Definition

public interface INestedQueryNode : IQueryNode

Properties

Property

Description

associatedFilterIf the nested query is part of a filter operation, this represents the filter identifier. Otherwise, this is null or empty.

Inheritance