C# Class TuxedoBerries.ScenePanel.GUIContentCache

GUIContent Cache
Afficher le fichier Open project: TuxedoBerries/ScenePanel

Méthodes publiques

Méthode Description
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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( Texture key ) : bool
key UnityEngine.Texture
Résultat bool

Contains() public méthode

public Contains ( string key ) : bool
key string
Résultat bool

GUIContentCache() public méthode

public GUIContentCache ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetContent() public méthode

public GetContent ( Texture texture, string tooltip ) : GUIContent
texture UnityEngine.Texture
tooltip string
Résultat UnityEngine.GUIContent

GetContent() public méthode

public GetContent ( string text, Texture texture ) : GUIContent
text string
texture UnityEngine.Texture
Résultat UnityEngine.GUIContent

GetContent() public méthode

public GetContent ( string text, Texture texture, string tooltip ) : GUIContent
text string
texture UnityEngine.Texture
tooltip string
Résultat UnityEngine.GUIContent

GetContent() public méthode

public GetContent ( string text, string tooltip ) : GUIContent
text string
tooltip string
Résultat UnityEngine.GUIContent

this() public méthode

public this ( Texture key ) : GUIContent
key UnityEngine.Texture
Résultat UnityEngine.GUIContent

this() public méthode

public this ( string key ) : GUIContent
key string
Résultat UnityEngine.GUIContent