Exemplo n.º 1
0
        static public void AddListViewVertical(MenuCommand menuCommand)
        {
            GameObject go = SGDefaultControls.CreateListViewVertical(GetStandardResources());

            PlaceUIElementRoot(go, menuCommand);
        }
Exemplo n.º 2
0
        static public void AddLoopHorizontalScrollRect(MenuCommand menuCommand)
        {
            GameObject go = SGDefaultControls.CreateLoopHorizontalScrollRect(GetStandardResources());

            PlaceUIElementRoot(go, menuCommand);
        }