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