Finds the XSprite sprite with the given name in this world.

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

Syntax

C#
public XSprite FindSprite(
	string spriteName
)

Parameters

spriteName
Type: System..::.String
Name of the sprite to be found.

Return Value

The XSprite sprite with the given name in this world.

See Also