Class ExportCategoryAttribute
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Define a new category for the following exported properties. This helps to organize properties in the Inspector dock.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class ExportCategoryAttribute : Attribute
- Inheritance
-
ExportCategoryAttribute
- Inherited Members
Constructors
ExportCategoryAttribute(string)
Define a new category for the following exported properties.
public ExportCategoryAttribute(string name)
Parameters
name
stringThe name of the category.
Properties
Name
Name of the category.
public string Name { get; }