Class DisplayInfoAttribute
Attribute used to customize UI display.
Namespace: UnityEngine.Rendering
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Field, AllowMultiple = false)]
public class DisplayInfoAttribute : Attribute, _Attribute
  Fields
name
Display name used in UI.
Declaration
public string name
  Field Value
| Type | Description | 
|---|---|
| String | 
order
Display order used in UI.
Declaration
public int order
  Field Value
| Type | Description | 
|---|---|
| Int32 |