Exemple #1
0
        static public void AddHyperlinksLabel(MenuCommand menuCommand)
        {
            GameObject go = DefaultControls.CreateHyperlinksLabel(GetStandardResources());

            PlaceUIElementRoot(go, menuCommand);
        }