internal void KillCoroutine(ButtonEx button) { if (null != _routine) { button.StopCoroutine(_routine); _routine = null; } }