Search Results for

    Show / Hide Table of Contents

    Class ActorContextMenuAttribute

    This attribute is used to show actors that can be created in the scene and prefab context menus. Separate the subcontext menus with a /.

    Inheritance
    System.Object
    ActorContextMenuAttribute
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class ActorContextMenuAttribute : Attribute

    Constructors

    ActorContextMenuAttribute(String)

    Initializes a new instance of the ActorContextMenuAttribute class.

    Declaration
    public ActorContextMenuAttribute(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