Struct DebugUI.Foldout.ContextMenuItem
Context menu item.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public struct DebugUI.Foldout.ContextMenuItem
Fields
action
Callback when context menu item is selected.
Declaration
public Action action
Field Value
Type | Description |
---|---|
Action |
displayName
Name of the item displayed in context menu dropdown.
Declaration
public string displayName
Field Value
Type | Description |
---|---|
string |