Method GetContent
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
GetContent(T)
Gets the UnityEngine.GUIContent for a given value in the popup list.
protected abstract GUIContent GetContent(T value)
Parameters
value
TThe value to convert to UnityEngine.GUIContent.
Returns
- GUIContent
The UnityEngine.GUIContent for the given value.