public void PlayAnimation()
    {
        AnimationData.PlayAnimation(m_animator);

        m_bPlayed = m_bNameInCtrlValid;
    }