Click or drag to resize

ITextureManagerGetTexture Method

Find a Texture based on its name

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
TextureReference GetTexture(
	string textureName
)

Parameters

textureName  String
Name of the Texture to search for

Return Value

TextureReference
The first Texture found that matches with the provided name
See Also