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
|