Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CategoryInfoAttribute

Provide a information to order and categorize at category level.
Read time 3 minutesLast updated 11 days ago

Definition

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

Remarks

Categories will be sorted using first the CategoryInfoAttribute.Order property, and if equals, using then the CategoryInfoAttribute.Name.
See also IRenderPipelineGraphicsSettings for usage example.

Properties

Property

Description

NameThe name to use for this category.
OrderThe position this category should use.

Inheritance

Inherited Members