Search Results for

    Interface ISupportModule_To

    Namespace: RedLoader
    Assembly: RedLoader.dll
    Syntax
    public interface ISupportModule_To

    Methods

    StartCoroutine(IEnumerator)

    Declaration
    object StartCoroutine(IEnumerator coroutine)
    Parameters
    Type Name Description
    IEnumerator coroutine
    Returns
    Type Description
    object

    StopCoroutine(object)

    Declaration
    void StopCoroutine(object coroutineToken)
    Parameters
    Type Name Description
    object coroutineToken

    UnityDebugLog(string)

    Declaration
    void UnityDebugLog(string msg)
    Parameters
    Type Name Description
    string msg