This version of Unity is unsupported.

ToolbarButton Constructor

Declaration

public ToolbarButton(Action clickEvent);

Declaration

public ToolbarButton();

Parameters

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

Description

Constructor.