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