Class ModelSet
Class ModelSet.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
public class ModelSet : MonoBehaviour
Properties
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. |