ITextureManagerRenameTexture Method |
Change the current name of a texture to a new name
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxvoid RenameTexture(
TextureReference textureReference,
string newName
)
Parameters
- textureReference TextureReference
- The Texture to be renamed
- newName String
- The new name for the Texture
See Also