Class ModelSet
Class ModelSet.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.Core.Products
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Core", "Unity.Industrial.Configurator", null)]
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> |