Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ElementInfoAttribute

Provide a information to order and categorize at element level (in a category).
Read time 3 minutesLast updated 7 days ago

Definition

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.

Inheritance

Inherited Members