Method CopyTexture
CopyTexture(int, int)
Declaration
public void CopyTexture(int srcTextureId, int dstTextureId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | srcTextureId | |
| int | dstTextureId |
CopyTexture(int, int, float, Rect, Rect)
Declaration
public void CopyTexture(int srcTextureId, int dstTextureId, float alpha, Rect srcRect, Rect dstRect)
Parameters
| Type | Name | Description |
|---|---|---|
| int | srcTextureId | |
| int | dstTextureId | |
| float | alpha | |
| Rect | srcRect | |
| Rect | dstRect |