Search Results for

    Show / Hide Table of Contents

    Class CategoryAttribute

    Describes the category name for a type.

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

    Constructors

    CategoryAttribute(String)

    Initializes a new instance of the CategoryAttribute class.

    Declaration
    public CategoryAttribute(string name)
    Parameters
    System.String name

    The category name.

    Fields

    Name

    The category name.

    Declaration
    public string Name
    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