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 13 days ago

Definition

[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]public sealed class ElementInfoAttribute : Attribute

Remarks

Element will be sorted in the category using first the ElementInfoAttribute.Order property, and if equals, using then the ElementInfoAttribute.Name.
See also IRenderPipelineGraphicsSettings for usage example.

Properties

Property

Description

NameThe name to use for this element.
OrderThe position this element should take in the parent category.

Inheritance

Inherited Members