ReadFromExternalTexture
Declaration
public static void ReadFromExternalTexture(this Texture externalTexture, Texture2D destinationTexture)
Parameters
| Name | Type | Summary |
|---|---|---|
| externalTexture | Texture | - |
| destinationTexture | Texture2D | - |
Overload
public static void ReadFromExternalTexture(this Texture externalTexture, Texture2D destinationTexture, Material material)
Parameters
| Name | Type | Summary |
|---|---|---|
| externalTexture | Texture | - |
| destinationTexture | Texture2D | - |