Inheritance
AddComponentMenu
Assembly: UnityEngine.dll
public sealed class AddComponentMenu : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
Declaration
public AddComponentMenu(string menuName)
Parameters
Type |
Name |
Description |
String |
menuName |
|
|
Improve this Doc
View Source
Declaration
public AddComponentMenu(string menuName, int order)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public string componentMenu { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public int componentOrder { get; }
Property Value
Implements
Extension Methods