Click or drag to resize
DisplayGetTextureRef Method
Retrieve a reference to a hardware-supported graphic sheet ("texture") given its name

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public DisplayTextureRef GetTextureRef(
	string Name
)

Parameters

Name
Type: SystemString
The name of a graphic sheet defined by the game

Return Value

Type: DisplayTextureRef
Object that manages graphics on the hardware for this graphic sheet
See Also