CategoryInfoAttribute
Provide a information to order and categorize at category level.
Read time 3 minutesLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Categorization
- Assembly: UnityEngine.CoreModule
- Inherits from: InfoAttribute
public class CategoryInfoAttribute : InfoAttribute
Remarks
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.