Interface IMaterialSlotQuery
Interface IMaterialSlotQuery
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
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. |