C# 클래스 UnityEditor.WebTemplate

파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_CustomKeys string[]
m_Name string
m_Path string
m_Thumbnail UnityEngine.Texture2D

공개 메소드들

메소드 설명
Equals ( object other ) : bool
GetHashCode ( ) : int
ToGUIContent ( Texture2D defaultIcon ) : GUIContent
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToGUIContent() 공개 메소드

public ToGUIContent ( Texture2D defaultIcon ) : GUIContent
defaultIcon UnityEngine.Texture2D
리턴 UnityEngine.GUIContent

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

m_CustomKeys 공개적으로 프로퍼티

public string[] m_CustomKeys
리턴 string[]

m_Name 공개적으로 프로퍼티

public string m_Name
리턴 string

m_Path 공개적으로 프로퍼티

public string m_Path
리턴 string

m_Thumbnail 공개적으로 프로퍼티

public Texture2D,UnityEngine m_Thumbnail
리턴 UnityEngine.Texture2D