Table of Contents

Method AddTextAndButton

Namespace
Gamelogic.Extensions.Editor.Internal
Assembly
Gamelogic.Extensions.Editor.dll

AddTextAndButton(string, string, Action)

Draws a bold label next to a button; invokes buttonAction when the button is clicked.

protected void AddTextAndButton(string text, string buttonLabel, Action buttonAction)

Parameters

text string

The text to display as a bold label.

buttonLabel string

The label of the button.

buttonAction Action

The action to invoke when the button is clicked.