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