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: 19.01.00
Syntax
C#
void RenameTexture(
	TextureReference textureReference,
	string newName
)

Parameters

textureReference  TextureReference
The Texture to be renamed
newName  String
The new name for the Texture
See Also