C# 클래스 UnityContrib.UnityEditor.EditorGUIUtilityEx

Provides a set of helper methods for working with GUI in the editor.
파일 보기 프로젝트 열기: UnityContrib/framework

공개 메소드들

메소드 설명
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