docs.unity.cn
    Show / Hide Table of Contents

    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021