Class ConfiguratorRuntimeUISettings
Runtime UI settings for configurator
Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
Syntax
[Serializable]
public class ConfiguratorRuntimeUISettings
Properties
CreateRuntimeUI
Enabled, Configurator creates a runtime UI when a product is loaded
Declaration
public bool CreateRuntimeUI { get; set; }
Property Value
| Type | Description | 
|---|---|
| Boolean | 
  | 
RuntimeUIType
Runtime UI class type
Declaration
public Type RuntimeUIType { get; }
Property Value
| Type | Description | 
|---|---|
| Type | The type of the runtime UI.  | 
RuntimeUITypeName
Gets or sets the name of the runtime UI type.
Declaration
public string RuntimeUITypeName { get; set; }
Property Value
| Type | Description | 
|---|---|
| String | The name of the runtime UI type.  | 
UIResourceProvider
Resources asset to create the UI
Declaration
public Object UIResourceProvider { get; set; }
Property Value
| Type | Description | 
|---|---|
| Object | The UI resource provider.  | 
UIToolkitGameObject
The GameObject required to load a UIToolkit-based UI. This could be a gameobject with the UIDocument, or a loader script, etc.
Declaration
public Object UIToolkitGameObject { get; set; }
Property Value
| Type | Description | 
|---|---|
| Object |