docs.unity3d.com
    Show / Hide Table of Contents

    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.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023