C# 클래스 TuxedoBerries.ScenePanel.GUIContentCache

GUIContent Cache
파일 보기 프로젝트 열기: TuxedoBerries/ScenePanel

공개 메소드들

메소드 설명
Clear ( ) : void
Contains ( Texture key ) : bool
Contains ( string key ) : bool
GUIContentCache ( ) : System.Collections.Generic
GetContent ( Texture texture, string tooltip ) : GUIContent
GetContent ( string text, Texture texture ) : GUIContent
GetContent ( string text, Texture texture, string tooltip ) : GUIContent
GetContent ( string text, string tooltip ) : GUIContent
this ( Texture key ) : GUIContent
this ( string key ) : GUIContent

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( Texture key ) : bool
key UnityEngine.Texture
리턴 bool

Contains() 공개 메소드

public Contains ( string key ) : bool
key string
리턴 bool

GUIContentCache() 공개 메소드

public GUIContentCache ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetContent() 공개 메소드

public GetContent ( Texture texture, string tooltip ) : GUIContent
texture UnityEngine.Texture
tooltip string
리턴 UnityEngine.GUIContent

GetContent() 공개 메소드

public GetContent ( string text, Texture texture ) : GUIContent
text string
texture UnityEngine.Texture
리턴 UnityEngine.GUIContent

GetContent() 공개 메소드

public GetContent ( string text, Texture texture, string tooltip ) : GUIContent
text string
texture UnityEngine.Texture
tooltip string
리턴 UnityEngine.GUIContent

GetContent() 공개 메소드

public GetContent ( string text, string tooltip ) : GUIContent
text string
tooltip string
리턴 UnityEngine.GUIContent

this() 공개 메소드

public this ( Texture key ) : GUIContent
key UnityEngine.Texture
리턴 UnityEngine.GUIContent

this() 공개 메소드

public this ( string key ) : GUIContent
key string
리턴 UnityEngine.GUIContent