Method CopyAndroidTexture
CopyAndroidTexture(int, int, IntPtr)
Declaration
public void CopyAndroidTexture(int srcTextureId, int dstTextureId, IntPtr androidMutex)
Parameters
Type |
Name |
Description |
int |
srcTextureId |
|
int |
dstTextureId |
|
IntPtr |
androidMutex |
|
Implements
CopyAndroidTexture(int, int, float, bool, Rect, Rect, IntPtr)
Declaration
public void CopyAndroidTexture(int srcTextureId, int dstTextureId, float alpha, bool isLinearSpace, Rect srcRect, Rect dstRect, IntPtr androidMutex)
Parameters
Type |
Name |
Description |
int |
srcTextureId |
|
int |
dstTextureId |
|
float |
alpha |
|
bool |
isLinearSpace |
|
Rect |
srcRect |
|
Rect |
dstRect |
|
IntPtr |
androidMutex |
|
Implements