Creates new XSkyBox class instance with the textures from the library source and using the texture base name.

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

Syntax

C#
public XSkyBox(
	Type manifestType,
	string textureBaseName
)

Parameters

manifestType
Type: System..::.Type
The Type type that determines the library where the texture set is located.
textureBaseName
Type: System..::.String
Base name of the library texture set.

See Also