public IEnumerator Fading()
    {
        float FadeTime = m_Fade.BeginFade(Dir);

        yield return(new WaitForSeconds(FadeTime));
    }