Пример #1
0
    void OnDefaultBGM(LogicArg arg)
    {
        float fadeTime = -1f;

        if (arg.ContainMessage(M_Event.EVENT_BGM_FADE_TIME))
        {
            fadeTime = (float)arg.GetMessage(M_Event.EVENT_BGM_FADE_TIME);
        }
        SwitchBGM(defaultBGM, false, fadeTime);
    }