ITextureManager Interface | 
Namespace: Demo3D.Visuals
public interface ITextureManager
The ITextureManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Textures | 
            Retrieve all of the user-accessible Textures in the document with their associated texture name
              | 
| Name | Description | |
|---|---|---|
| DeleteTexture | 
            Delete a Texture from the document. This will remove the texture from all materials.
              | |
| GetTexture | 
            Find a Texture based on its name
              | |
| GetTextureName | 
            Get the name of a provided Texture
              | |
| RenameTexture | 
            Change the current name of a texture to a new name
              |