Method copyToTextureArray
copyToTextureArray(int, int, int, int, float, bool, Rect, Rect, IntPtr)
Declaration
public static extern void copyToTextureArray(int srcTextureId, int dstTextureArrayId, int index, int isAndroidTexture, float alpha, bool isLinearSpace, Rect srcRect, Rect dstRect, IntPtr androidMutex)
Parameters
Type | Name | Description |
---|---|---|
int | srcTextureId | |
int | dstTextureArrayId | |
int | index | |
int | isAndroidTexture | |
float | alpha | |
bool | isLinearSpace | |
Rect | srcRect | |
Rect | dstRect | |
IntPtr | androidMutex |