Inheritance
TMPro_CreateObjectMenu
Assembly: Unity.TextMeshPro.Editor.dll
public static class TMPro_CreateObjectMenu
Methods
Declaration
[MenuItem("GameObject/UI/Button - TextMeshPro", false, 2031)]
public static void AddButton(MenuCommand menuCommand)
Parameters
Type |
Name |
Description |
MenuCommand |
menuCommand |
|
AddDropdown(MenuCommand)
Declaration
[MenuItem("GameObject/UI/Dropdown - TextMeshPro", false, 2036)]
public static void AddDropdown(MenuCommand menuCommand)
Parameters
Type |
Name |
Description |
MenuCommand |
menuCommand |
|
Declaration
public static GameObject CreateNewUI()
Returns
Type |
Description |
GameObject |
|
Declaration
public static GameObject GetOrCreateCanvasGameObject()
Returns
Type |
Description |
GameObject |
|