GroupBox
Creates a GroupBox with no label.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
GroupBox()
Creates a GroupBox with no label.
public GroupBox()
GroupBox(string)
Creates a GroupBox with a title.
public GroupBox(string text)
Parameters
The title text.