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