Click or drag to resize

ITextureManager Interface

The interface for managing Textures in the document

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public interface ITextureManager

The ITextureManager type exposes the following members.

Properties
 NameDescription
Public propertyTextures Retrieve all of the user-accessible Textures in the document with their associated texture name
Top
Methods
 NameDescription
Public methodDeleteTexture Delete a Texture from the document. This will remove the texture from all materials.
Public methodGetTexture Find a Texture based on its name
Public methodGetTextureName Get the name of a provided Texture
Public methodRenameTexture Change the current name of a texture to a new name
Top
See Also