Class VredMaterialSwitchListMaterialSlotQueryNode
Class VredMaterialSwitchListMaterialSlotQueryNode.
Inheritance
VredMaterialSwitchListMaterialSlotQueryNode
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Importers.PiXYZVredProductImporter.Runtime
Syntax
[Serializable]
public class VredMaterialSwitchListMaterialSlotQueryNode : ListMaterialSlotQueryNode, IQuery<List<MaterialSlot>>, IQuery, IMaterialSlotQuery
Properties
materialSwitchValue
Gets or sets the material switch value.
Declaration
public string materialSwitchValue { get; set; }
Property Value
Type | Description |
---|---|
String | The material switch value. |
Methods
Query(QueryContext)
Find all renderer of this name within the context
Declaration
public override List<MaterialSlot> Query(QueryContext context)
Parameters
Type | Name | Description |
---|---|---|
QueryContext | context | The context. |
Returns
Type | Description |
---|---|
List<MaterialSlot> | All renderer of the executed query |
Overrides
UnityEngine.Industrial.Configuring.Core.QueryNode<System.Collections.Generic.List<UnityEngine.Industrial.Configuring.Core.MaterialSlot>>.Query(UnityEngine.Industrial.Configuring.Core.QueryContext)
Implements
SetQuery(List<MaterialSlot>, QueryContext)
Sets the query.
Declaration
public override void SetQuery(List<MaterialSlot> items, QueryContext context = null)
Parameters
Type | Name | Description |
---|---|---|
List<MaterialSlot> | items | The items. |
QueryContext | context | The context. |
Overrides
UnityEngine.Industrial.Configuring.Core.QueryNode<System.Collections.Generic.List<UnityEngine.Industrial.Configuring.Core.MaterialSlot>>.SetQuery(System.Collections.Generic.List<UnityEngine.Industrial.Configuring.Core.MaterialSlot>, UnityEngine.Industrial.Configuring.Core.QueryContext)