Class ContentContextMenuAttribute
This attribute is used to show content items that can be created in the content browser context menu. Separate the subcontext menus with a /.
Inheritance
System.Object
ContentContextMenuAttribute
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public class ContentContextMenuAttribute : Attribute
Constructors
ContentContextMenuAttribute(String)
Initializes a new instance of the ContentContextMenuAttribute class.
Declaration
public ContentContextMenuAttribute(string path)
Parameters
System.String
path
The path to use to create the context menu. |
Fields
Path
The path to be used in the context menu
Declaration
public string Path
Field Value
System.String
|