Class BasicStaticListGameObjectQueryNode
Class BasicStaticListGameObjectQueryNode.
Inheritance
BasicStaticListGameObjectQueryNode
Inherited Members
Namespace: Unity.Industrial.Forma.Core.Variants
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
Unity.Industrial.Forma.Core.Variants.QueryNode<List<GameObject>>.Query(Unity.Industrial.Forma.Core.Variants.QueryContext)