Interface IDelegateActions
Interface IDelegateActions
Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
Syntax
public interface IDelegateActions
Methods
StartCoroutine(MonoBehaviour, IEnumerator)
Starts the coroutine.
Declaration
object StartCoroutine(MonoBehaviour owner, IEnumerator coroutine)
Parameters
| Type | Name | Description |
|---|---|---|
| MonoBehaviour | owner | The owner. |
| IEnumerator | coroutine | The coroutine. |
Returns
| Type | Description |
|---|---|
| Object | System.Object. |