docs.unity.cn
    Show / Hide Table of Contents

    Class QueryContext

    Class QueryContext.

    Inheritance
    Object
    QueryContext
    Namespace: UnityEngine.Industrial.Configuring.Core
    Syntax
    public class QueryContext

    Properties

    MaterialPathResolver

    Gets or sets the material path resolver.

    Declaration
    public IMaterialPathResolver MaterialPathResolver { get; set; }
    Property Value
    Type Description
    IMaterialPathResolver

    The material path resolver.

    model

    Gets or sets the model.

    Declaration
    public GameObject model { get; set; }
    Property Value
    Type Description
    GameObject

    The model.

    product

    Gets or sets the product.

    Declaration
    public Product product { get; set; }
    Property Value
    Type Description
    Product

    The product.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021