class in UnityEngine.Categorization
/
Inherits from:Categorization.InfoAttribute
/
Implemented in:UnityEngine.CoreModule
Provide a information to order and categorize at element level (in a category).
Element will be sorted in the category using first the Order property, and if equals, using then the Name.
See also IRenderPipelineGraphicsSettings for usage example.
See also CategoryInfoAttribute.
| Property | Description |
|---|---|
| Description | The description of the element. |
| Name | The name of the element. |
| Order | The order in the category for the element. |