Overload List
| Name | Description | |
|---|---|---|
| XSprite2D()()() |
Creates an empty XSprite2D sprite.
| |
| XSprite2D(Texture) |
Creates the XSprite2D from the texture.
| |
| XSprite2D(Bitmap) |
Creates the XSprite2D from the bitmap.
| |
| XSprite2D(XTextureTiles) |
Creates the XSprite2D from the set of images.
| |
| XSprite2D(Texture, Int32, Int32) |
Creates the XSprite2D from the texture.
| |
| XSprite2D(Bitmap, Int32, Int32) |
Creates the XSprite2D from the bitmap.
| |
| XSprite2D(Bitmap, Int32, Int32, Int32, Int32) |
Creates the XSprite2D from the bitmap.
|