Class QueryContext
Class 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. |