This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

ToolbarButton Constructor

Declaration

public ToolbarButton(Action clickEvent);

Declaration

public ToolbarButton();

Parameters

clickEvent The action to be called when the button is pressed.

Description

Constructor.