Class ConfiguratorProjectPrefs
Class ConfiguratorProjectPrefs.
Inheritance
ConfiguratorProjectPrefs
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEditor.Industrial.Configuring.UI
Syntax
[Serializable]
public class ConfiguratorProjectPrefs : PersistentSingleton<ConfiguratorProjectPrefs>
Fields
isInitialized
The is initialized
Declaration
[SerializeField]
public bool isInitialized
Field Value
Type | Description |
---|---|
Boolean |
showAdvancedOptions
The show advanced options
Declaration
[SerializeField]
public bool showAdvancedOptions
Field Value
Type | Description |
---|---|
Boolean |