Click or drag to resize
DigitalRuneIUIRendererGetTexture Method
Gets a texture.

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
Texture2D GetTexture(
	string name
)

Parameters

name
Type: SystemString
The name of the texture. This name is any string - usually the asset name - that identifies the texture, e.g. "UITexture". Can be to get the default texture.

Return Value

Type: Texture2D
The font.
See Also