Finds the last sprite, created in accordance with the given model.

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

Syntax

C#
public XSprite LastFindModelSprite(
	XModel model
)

Parameters

model
Type: SGP.XSpace..::.XModel
Instance of the model, in accordance wiht the desired sprite has been created.

Return Value

Returns the sprite created in accordance with the given model.

See Also