Constructor Foldout
Foldout()
Constructor.
Declaration
public Foldout()
Foldout(string, ObservableList<Widget>, string[], string[])
Constructor.
Declaration
public Foldout(string displayName, ObservableList<DebugUI.Widget> children, string[] columnLabels = null, string[] columnTooltips = null)
Parameters
Type | Name | Description |
---|---|---|
string | displayName | Display name of the foldout. |
ObservableList<DebugUI.Widget> | children | List of attached children. |
string[] | columnLabels | Optional list of column names. |
string[] | columnTooltips | Optional list of tooltips for column name labels. |