Creates the XSprite2D from the set of images.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public XSprite2D(
	XTextureTiles tiles
)

Parameters

tiles
Type: SGP.XSpace..::.XTextureTiles
The XTextureTiles image set, from that the sprite will be created.

See Also