Class QueryContext
Class QueryContext.
Namespace: Unity.Industrial.Forma.Core.Variants
Syntax
public class QueryContext : object
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. |