Class DisplayInfoAttribute
Attribute used to customize UI display.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Field, AllowMultiple = false)]
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 |
---|---|
int |