Class MenuItems
Contains the names for the menu items used by the In-Editor Tutorials packages.
Inherited Members
Namespace: Unity.Tutorials.Core.Editor
Assembly: Unity.Tutorials.Core.Editor.dll
Syntax
public static class MenuItems
Fields
AuthoringMenuPath
Menu path for the authoring submenu.
Declaration
public const string AuthoringMenuPath = "Tutorials/Authoring/"
Field Value
Type | Description |
---|---|
string |
Menu
Name of the main menu used by the package.
Declaration
public const string Menu = "Tutorials"
Field Value
Type | Description |
---|---|
string |
MenuPath
Path for menu. Append menu item names to this string.
Declaration
public const string MenuPath = "Tutorials/"
Field Value
Type | Description |
---|---|
string |
ShowTutorials
The default menu item for showing the tutorials in the project.
Declaration
public const string ShowTutorials = "Show Tutorials"
Field Value
Type | Description |
---|---|
string |