Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

GroupBox Constructor

Declaration

public GroupBox();

Description

Creates a GroupBox with no label.


Declaration

public GroupBox(string text);

Parameters

text The title text.

Description

Creates a GroupBox with a title.