Click or drag to resize

GLEditorTAddTextAndButton Method

Namespace:  Gamelogic.Extensions.Editor.Internal
Assembly:  Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax
C#
protected void AddTextAndButton(
	string text,
	string buttonLabel,
	Action buttonAction
)

Parameters

text
Type: SystemString
buttonLabel
Type: SystemString
buttonAction
Type: SystemAction
See Also