Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat