class
TypeMenuNameAttribute
Inherits from System.Attribute
Provide a display name to show in the the ItemVisuals dropdown inspector in place of the class name.
Examples
[TypeMenuName("Button")]
public class MainMenuButtonVisuals : ItemVisuals
{
// ...
}
Fields
DisplayName | The string to display in place of the custom ItemVisuals's class name. |
Constructors
TypeMenuNameAttribute(String) | Constructs a new TypeMenuName. |