Exemple #1
0
        public static void AddLongClickButton(MenuCommand menuCommand)
        {
            GameObject lcButton = SpringGUIDefaultControls.CreateLongClickButton(GetStandardResources());

            PlaceUIElementRoot(lcButton, menuCommand);
        }