Interface IDelegateActions
Interface IDelegateActions
Namespace: Unity.Industrial.Forma.Core
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. |