Creates new XBoxTextures class instance with the textures given using the texture base file name.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XBoxTextures(
	string textureBaseFileName
)

Parameters

textureBaseFileName
Type: System..::.String
Texture base file name.

Exceptions

ExceptionCondition
System..::.ArgumentNullException textureBaseFileName is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also