Photon Quantum 3.0.0

Properties | List of all members
Quantum.CreateAssetMenuAttribute Class Reference

A replacement for UnityEngine.CreateAssetMenuAttribute. More...

Inherits Attribute.

Properties

string fileName [get, set]
 The default file name used by newly created instances of this type. More...
 
string menuName [get, set]
 The display name for this type shown in the Assets/Create menu. More...
 
int order [get, set]
 The position of the menu item within the Assets/Create menu. More...
 

Detailed Description

A replacement for UnityEngine.CreateAssetMenuAttribute.

Property Documentation

◆ menuName

string Quantum.CreateAssetMenuAttribute.menuName
getset

The display name for this type shown in the Assets/Create menu.

◆ fileName

string Quantum.CreateAssetMenuAttribute.fileName
getset

The default file name used by newly created instances of this type.

◆ order

int Quantum.CreateAssetMenuAttribute.order
getset

The position of the menu item within the Assets/Create menu.