Classes | |
class | ImageCache |
There may be times when you want to display an image for which you only have the Texture2D object. In this case, you can add it to the cache with a given name and then access it in PowerUI using cache://theNameYouUsed. The most useful method for this is PowerUI.ImageCache.Add. More... | |