C# Class TuxedoBerries.ScenePanel.GUIContentCache

GUIContent Cache
Mostrar archivo Open project: TuxedoBerries/ScenePanel

Public Methods

Method 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 method

public Clear ( ) : void
return void

Contains() public method

public Contains ( Texture key ) : bool
key UnityEngine.Texture
return bool

Contains() public method

public Contains ( string key ) : bool
key string
return bool

GUIContentCache() public method

public GUIContentCache ( ) : System.Collections.Generic
return System.Collections.Generic

GetContent() public method

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

GetContent() public method

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

GetContent() public method

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

GetContent() public method

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

this() public method

public this ( Texture key ) : GUIContent
key UnityEngine.Texture
return UnityEngine.GUIContent

this() public method

public this ( string key ) : GUIContent
key string
return UnityEngine.GUIContent