Class representing a texture container. More...
Public Member Functions | |
| BasicTextureContainer () | |
| Creates a texture container.  | |
| void | Dispose () | 
| Frees the unmanaged resources of the texture container.  | |
| void | Add (string key, Texture texture) | 
| Registers a texture.   | |
| Texture | Find (string key) | 
| Searches for a texture.   | |
Class representing a texture container.
| void Add | ( | string | key, | 
| Texture | texture | ||
| ) | 
Registers a texture.
| key | Search key | 
| texture | Textures | 
| Texture Find | ( | string | key | ) | 
Searches for a texture.
| key | Search key |