Class BasicStaticListGameObjectQueryNode
Class BasicStaticListGameObjectQueryNode.
Inheritance
BasicStaticListGameObjectQueryNode
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.Core.Variants
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Core", "Unity.Industrial.Configurator", null)]
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
Unity.Industrial.Forma.Core.Variants.QueryNode<System.Collections.Generic.List<UnityEngine.GameObject>>.Query(Unity.Industrial.Forma.Core.Variants.QueryContext)