コード例 #1
0
        static public void AddInputField(MenuCommand menuCommand)
        {
            GameObject go = UIExtensionDefaultControls.CreateInputField(GetStandardResources());

            PlaceUIElementRoot(go, menuCommand);
        }