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: 18.03.00
Syntax
C#
TextureReference GetTexture(
	string textureName
)

Parameters

textureName
Type: SystemString
Name of the Texture to search for

Return Value

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