C# Class UnityContrib.UnityEditor.EditorGUIUtilityEx

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

Méthodes publiques

Méthode Description
TextContent ( string name ) : GUIContent

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

Method Details

TextContent() public static méthode

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. ///
Résultat UnityEngine.GUIContent