Click or drag to resize

ITextureManagerRenameTexture Method

Change the current name of a texture to a new name

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
void RenameTexture(
	TextureReference textureReference,
	string newName
)

Parameters

textureReference
Type: TextureReference
The Texture to be renamed
newName
Type: SystemString
The new name for the Texture
See Also