Class ConfiguratorPreview
Class ConfiguratorPreview.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
Syntax
public abstract class ConfiguratorPreview : MonoBehaviour
Fields
unloadBeforePlayMode
The unload before play mode
Declaration
[SerializeField]
[Tooltip("Unload the preview prior to entering play mode. This is useful if you want to replicate a final build as closely as possible.")]
public bool unloadBeforePlayMode
Field Value
Type | Description |
---|---|
Boolean |
Properties
configurator
Gets the configurator.
Declaration
public Configurator configurator { get; }
Property Value
Type | Description |
---|---|
Configurator | The configurator. |
Methods
TryAutoLoad()
Tries the automatic load.
Declaration
public abstract void TryAutoLoad()