Method DrawHeader
DrawHeader(string)
Draw a header
Declaration
public static void DrawHeader(string title)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title of the header |
DrawHeader(GUIContent)
Draw a header
Declaration
public static void DrawHeader(GUIContent title)
Parameters
Type | Name | Description |
---|---|---|
GUIContent | title | Title of the header |