Table of Contents

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 T

The value to convert to UnityEngine.GUIContent.

Returns

GUIContent

The UnityEngine.GUIContent for the given value.