Removes a value sprite from the world.

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

Syntax

C#
public void Remove(
	XSprite value
)

Parameters

value
Type: SGP.XSpace..::.XSprite
Sprite XSprite being removed.

See Also