public void RefreshOpen() { if (gameObject.activeSelf) { if (_chatScrollView.transform.localPosition != _scrollPosition || !_chatInfoItems.RefreshTable()) { RefreshChangeTap(); } } }
public void RefreshChatPanel() { if (gameObject.activeSelf) { if (_chatScrollView.transform.localPosition != _scrollPosition || !_chatInfoItems.RefreshTable()) { InitRefreshChatPanel(); } if (_chatScrollPanel.onClipMove != null) { _chatScrollPanel.onClipMove(_chatScrollPanel); } } }