class
TypeMenuPathAttribute
Inherits from System.Attribute
Organize the ItemVisuals dropdown by categories and subcategories.
Examples
[TypeMenuPath("My Project/Main Menu")]
public class MainMenuButtonVisuals : ItemVisuals
{
// ...
}
Fields
Path | The path to use, where each subpath is separated by \ or /. |
Constructors
TypeMenuPathAttribute(String) | Constructs a new TypeMenuPath. |