Creates new XSkyBox class instance from the XBoxTextures texture set.

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

Syntax

C#
public XSkyBox(
	XBoxTextures textures
)

Parameters

textures
Type: SGP.XSpace..::.XBoxTextures
The XBoxTextures texture set for creating a new SkyBox.

Exceptions

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

See Also