Search Results for

    Show / Hide Table of Contents

    Delegate AudioHistory.OnAdd

    Standard format for events called by Add(in AssetRef<BackgroundAudio>).

    Namespace: OmiyaGames.Audio
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void OnAdd(AudioHistory source, AudioHistory.AddArgs args);
    Parameters
    Type Name Description
    AudioHistory source

    The caller of this event.

    AudioHistory.AddArgs args

    Arguments for this event.

    In This Article
    Back to top Copyright © 2022 Omiya Games