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 public DisplayTextureRef GetTextureRef(
string Name
)
Parameters
- Name
- Type: SystemString
The name of a graphic sheet defined by the game
Return Value
Type:
DisplayTextureRefObject that manages graphics on the hardware for this graphic sheet
See Also