Class StaticListRendererQueryNode
Class StaticListRendererQueryNode.
Inheritance
StaticListRendererQueryNode
Inherited Members
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 StaticListRendererQueryNode : ListRendererQueryNode, IQuery<List<Renderer>>, IQuery
Methods
Query(QueryContext)
Queries the specified context.
Declaration
public override List<Renderer> Query(QueryContext context = null)
Parameters
Type | Name | Description |
---|---|---|
QueryContext | context | The context. |
Returns
Type | Description |
---|---|
List<Renderer> | List<Renderer>. |
Overrides
Unity.Industrial.Forma.Core.Variants.QueryNode<System.Collections.Generic.List<UnityEngine.Renderer>>.Query(Unity.Industrial.Forma.Core.Variants.QueryContext)
SetQuery(List<Renderer>, QueryContext)
Sets the query.
Declaration
public override void SetQuery(List<Renderer> renderers, QueryContext context = null)
Parameters
Type | Name | Description |
---|---|---|
List<Renderer> | renderers | The renderers. |
QueryContext | context | The context. |
Overrides
Unity.Industrial.Forma.Core.Variants.QueryNode<System.Collections.Generic.List<UnityEngine.Renderer>>.SetQuery(System.Collections.Generic.List<UnityEngine.Renderer>, Unity.Industrial.Forma.Core.Variants.QueryContext)