void UpdateNotifyingBegin() { currentState = State.Notifying; complete.Animate(); touchInterface.UnsubscribeTouchBegin(OnTouchBegin); touchInterface.Unsubscribe(OnTouchComplete); }