Table of Contents

Method AddLabel

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

AddLabel(string, string)

Draws a label field with a title and a text value.

protected void AddLabel(string title, string text)

Parameters

title string

The label title.

text string

The label text value.