Class StaticListGameObjectQueryNode
Class StaticListGameObjectQueryNode.
Inheritance
StaticListGameObjectQueryNode
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
[Serializable]
public class StaticListGameObjectQueryNode : ListGameObjectQueryNode, IQuery<List<GameObject>>, IQuery
Methods
Query(QueryContext)
Queries the specified context.
Declaration
public override List<GameObject> Query(QueryContext context = null)
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)
SetQuery(List<GameObject>, QueryContext)
Sets the query.
Declaration
public override void SetQuery(List<GameObject> gameObjects, QueryContext context = null)
Parameters
Type | Name | Description |
---|---|---|
List<GameObject> | gameObjects | The game objects. |
QueryContext | context | The context. |
Overrides
UnityEngine.Industrial.Configuring.Core.QueryNode<System.Collections.Generic.List<UnityEngine.GameObject>>.SetQuery(System.Collections.Generic.List<UnityEngine.GameObject>, UnityEngine.Industrial.Configuring.Core.QueryContext)