Class BasicStaticListGameObjectQueryNode
Class BasicStaticListGameObjectQueryNode.
Inheritance
BasicStaticListGameObjectQueryNode
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
public class BasicStaticListGameObjectQueryNode : ListGameObjectQueryNode, IQuery<List<GameObject>>, IQuery
Methods
Query(QueryContext)
Queries the specified context.
Declaration
public override List<GameObject> Query(QueryContext context)
Parameters
Type | Name | Description |
---|---|---|
QueryContext | context | The context. |
Returns
Type | Description |
---|---|
List<GameObject> | List<GameObject>. |
Overrides
UnityEngine.Industrial.Configuring.Core.QueryNode<System.Collections.Generic.List<UnityEngine.GameObject>>.Query(UnityEngine.Industrial.Configuring.Core.QueryContext)