Exemplo n.º 1
0
        public void Rebuild()
        {
            m_scrollRect.objectsToFill = m_chatElementInfoList.ToArray();
            m_scrollRect.totalCount    = m_chatElementInfoList.Count;
            m_scrollRect.RefillCells();

            // scroll to bottom
            m_scrollRect.RefillCellsFromEnd();
        }