private void OnDisable() { Scroller.UnSubscribeBackgroundMoveEvent(Move); }
private void OnEnable() { Scroller.SubscribeBackgroundMoveEvent(Move); }