ITextureManagerGetTextureName Method |
Get the name of a provided Texture
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntaxstring GetTextureName(
TextureReference textureReference
)
Parameters
- textureReference
- Type: TextureReference
The Texture to search for
Return Value
Type:
StringThe name of the Texture
See Also