Class AttributeMenuItems
- Namespace
- ElectricDrill.SoapRpgFramework.Attributes
- Assembly
- com.electricdrill.soap-rpg-framework.Runtime.dll
Provides Unity Editor menu items for creating attributes.
public static class AttributeMenuItems- Inheritance
- 
      objectAttributeMenuItems
Methods
CreateAttribute()
Creates a new Attribute asset in the project window. Can be accessed via Assets/Create/Soap RPG Framework/Attribute menu or Ctrl+Alt+A shortcut.
[MenuItem("Assets/Create/Soap RPG Framework/Attribute ^&A", false, 0)]
public static void CreateAttribute()