Class StateConductor
The state conductor provides an easy-to-use API to control the state of a configurator
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.RuntimeState
Syntax
public class StateConductor : MonoBehaviour
Methods
Set(StateDescription, Action)
Prepare the current configurator state to the given state description
Declaration
public void Set(StateDescription stateDescription, Action callback)
Parameters
Type | Name | Description |
---|---|---|
StateDescription | stateDescription | The state description. |
Action | callback | The callback. |