Inheritance
ContextMenuItemAttribute
Assembly: UnityEngine.dll
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = true)]
public class ContextMenuItemAttribute : PropertyAttribute, _Attribute
Constructors
|
Improve this Doc
View Source
Declaration
public ContextMenuItemAttribute(string name, string function)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
public readonly string function
Field Value
|
Improve this Doc
View Source
Declaration
public readonly string name
Field Value
Implements
Extension Methods