Class TextUtility
Inherited Members
Namespace: Global Namespace
Assembly: com.unity.multiplayer-hlapi.Editor.dll
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 |