Class ModelSet
Class ModelSet.
Namespace: Unity.Industrial.Forma.Core.Products
Syntax
public class ModelSet : MonoBehaviour
Properties
model
The Product's Model
Declaration
public GameObject model { get; }
Property Value
Type | Description |
---|---|
GameObject |
QueriesPrefab
Gets or sets the queries prefab.
Declaration
public GameObject QueriesPrefab { get; set; }
Property Value
Type | Description |
---|---|
GameObject | The queries prefab. |
QueryResults
Gets the query results.
Declaration
public QueryResults QueryResults { get; }
Property Value
Type | Description |
---|---|
QueryResults | The query results. |
RendererCache
A cache of all Renderers in the Product's Model
Declaration
public Dictionary<Renderer, string> RendererCache { get; }
Property Value
Type | Description |
---|---|
Dictionary<Renderer, String> |
TransformCache
A cache of all Transforms in the Product's Model
Declaration
public Dictionary<Transform, string> TransformCache { get; }
Property Value
Type | Description |
---|---|
Dictionary<Transform, String> |