Creates a new instance of the class XBoxTextures.

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

Syntax

C#
public XBoxTextures(
	IXResourceContainer container,
	string textureBaseName
)

Parameters

container
Type: SGP.XUtility..::.IXResourceContainer
The IXResourceContainer container where the textures are located.
textureBaseName
Type: System..::.String
Base name for textures.

Exceptions

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

See Also