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