コード例 #1
0
        private void GetStandardComponents()
        {
            if (scroll == null)
            {
                scroll = GetComponent <ScrollRect>();
            }

            if (listView == null)
            {
                listView = GetComponent <RecycledListView>();
            }
        }