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)