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 | Description |
---|---|
name | Display name used in UI. |
order | Display order used in UI. |