Click or drag to resize

ITextureManagerGetTextureName Method

Get the name of a provided Texture

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
string GetTextureName(
	TextureReference textureReference
)

Parameters

textureReference
Type: TextureReference
The Texture to search for

Return Value

Type: String
The name of the Texture
See Also