C# Class UnityContrib.UnityEditor.EditorGUIUtilityEx

Provides a set of helper methods for working with GUI in the editor.
Mostra file Open project: UnityContrib/framework

Public Methods

Method Description
TextContent ( string name ) : GUIContent

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

Method Details

TextContent() public static method

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. ///
return UnityEngine.GUIContent