Table of Contents

Class AttributeMenuItems

Namespace
ElectricDrill.AstraRpgFramework.Attributes
Assembly
com.electricdrill.astra-rpg-framework.Runtime.dll

Provides Unity Editor menu items for creating attributes.

public static class AttributeMenuItems
Inheritance
object
AttributeMenuItems

Methods

CreateAttribute()

Creates a new Attribute asset in the project window. Can be accessed via Assets/Create/Astra RPG Framework/Attribute menu or Ctrl+Alt+A shortcut.

[MenuItem("Assets/Create/Astra RPG Framework/Attribute ^&A", false, 0)]
public static void CreateAttribute()