Method GetContent
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
GetContent(string)
Converts a string value into a UnityEngine.GUIContent object for display in the popup list.
protected override GUIContent GetContent(string value)
Parameters
value
stringThe string value to convert.
Returns
- GUIContent
A UnityEngine.GUIContent object representing the string value.