예제 #1
0
    public void UpdateImageList(Dictionary <Tuple <string, string>, string> profiles)
    {
        ScrollableList list = imageList.GetComponent <ScrollableList>();

        list.LoadImages(profiles);
    }