InfoAttribute
Base class for ElementInfoAttribute and CategoryInfoAttribute.
Read time 3 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Categorization
- Assembly: UnityEngine.CoreModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]public abstract class InfoAttribute : Attribute
Properties
Property | Description |
|---|---|
| Description | The description of the element. |
| Name | The name of the element. |
| Order | The order in the category for the element. |