Class DisplayInfoAttribute
Attribute used to customize UI display.
Namespace: UnityEngine.Rendering
Syntax
public class DisplayInfoAttribute : 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 |