Esempio n. 1
0
        static public void AddScrollView(MenuCommand menuCommand)
        {
            GameObject go = DefaultControls.CreateScrollView(GetStandardResources());

            PlaceUIElementRoot(go, menuCommand);
        }