Exemple #1
0
        public static void AddDoubleClickButton(MenuCommand menuCommand)
        {
            GameObject dcButton = SpringGUIDefaultControls.CreateDoubleClickButton(GetStandardResources());

            PlaceUIElementRoot(dcButton, menuCommand);
        }