Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InfoAttribute

Base class for ElementInfoAttribute and CategoryInfoAttribute.
Read time 3 minutesLast updated 5 days ago

Definition

[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]public abstract class InfoAttribute : Attribute

Properties

Property

Description

DescriptionThe description of the element.
NameThe name of the element.
OrderThe order in the category for the element.

Inheritance

Inherited Members