ITextureManagerGetTexture Method |
Find a Texture based on its name
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
SyntaxTextureReference GetTexture(
string textureName
)
Parameters
- textureName String
- Name of the Texture to search for
Return Value
TextureReferenceThe first Texture found that matches with the provided name
See Also