Class TextUtility
Namespace: Global Namespace
Syntax
public static class TextUtility
Methods
TextContent(String)
Declaration
public static GUIContent TextContent(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Returns
Type | Description |
---|---|
GUIContent |
TextContent(String, String)
Declaration
public static GUIContent TextContent(string name, string tooltip)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
String | tooltip |
Returns
Type | Description |
---|---|
GUIContent |