static public void AddListViewVertical(MenuCommand menuCommand) { GameObject go = SGDefaultControls.CreateListViewVertical(GetStandardResources()); PlaceUIElementRoot(go, menuCommand); }
static public void AddLoopHorizontalScrollRect(MenuCommand menuCommand) { GameObject go = SGDefaultControls.CreateLoopHorizontalScrollRect(GetStandardResources()); PlaceUIElementRoot(go, menuCommand); }