Interface IMaterialSlotQuery
Interface IMaterialSlotQuery
Namespace: Unity.Industrial.Forma.Core.Variants
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Core", "Unity.Industrial.Configurator", null)]
public interface IMaterialSlotQuery
Methods
Query(QueryContext)
Queries the specified query context.
Declaration
List<MaterialSlot> Query(QueryContext queryContext)
Parameters
| Type | Name | Description |
|---|---|---|
| QueryContext | queryContext | The query context. |
Returns
| Type | Description |
|---|---|
| List<MaterialSlot> | List<MaterialSlot>. |
SetQuery(List<MaterialSlot>, QueryContext)
Sets the query.
Declaration
void SetQuery(List<MaterialSlot> items, QueryContext queryContext)
Parameters
| Type | Name | Description |
|---|---|---|
| List<MaterialSlot> | items | The items. |
| QueryContext | queryContext | The query context. |