Class DebugUI.Button
Button widget.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.Button : DebugUI.Widget
Properties
action
Action performed by the button.
Declaration
public Action action { get; set; }
Property Value
Type | Description |
---|---|
Action |