C# Класс UnityContrib.UnityEditor.EditorGUIUtilityEx

Provides a set of helper methods for working with GUI in the editor.
Показать файл Открыть проект

Открытые методы

Метод Описание
TextContent ( string name ) : GUIContent

Returns the GUIContent from the Unity builtin resources with the specified name.

Описание методов

TextContent() публичный статический Метод

Returns the GUIContent from the Unity builtin resources with the specified name.
public static TextContent ( string name ) : GUIContent
name string /// The name of the builtin resource. ///
Результат UnityEngine.GUIContent