Finds the SkyBox sprite in the sprite sprite.

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

Syntax

C#
public static XSkyBox FindSkyBox(
	XSprite sprite
)

Parameters

sprite
Type: SGP.XSpace..::.XSprite
The XSprite sprite where the SkyBox will be searched.

Return Value

Returns found SkyBox.

Exceptions

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

See Also