C# Класс TuxedoBerries.ScenePanel.GUIContentCache

GUIContent Cache
Показать файл Открыть проект

Открытые методы

Метод Описание
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