Search Results for

    Show / Hide Table of Contents

    Delegate AudioLayer.Background.OnCoroutineFinished

    Called at the end of s called by AudioLayer.Background.

    Namespace: OmiyaGames.Audio
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void OnCoroutineFinished(AudioLayer.Background source, AudioLayer.PlayerArgs args);
    Parameters
    Type Name Description
    AudioLayer.Background source

    Source of where the coroutine was started.

    AudioLayer.PlayerArgs args

    The BackgroundAudio.Player selected for the , if any.

    In This Article
    Back to top Copyright © 2022 Omiya Games