Interface IDelegateActions
Interface IDelegateActions
Namespace: Unity.Industrial.Forma.Core
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.ConfiguratorRuntime", "Unity.Industrial.Configurator", null)]
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. |