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 |
|
CustomResourceProvider
Custom resources asset to create a custom UI
Declaration
public Object CustomResourceProvider { get; set; }
Property Value
Type | Description |
---|---|
Object | The custom resource provider. |
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. |