Method SetTextureImporterReadable
SetTextureImporterReadable(Texture2D, Boolean)
Set the texture readable state.
Declaration
public static void SetTextureImporterReadable(Texture2D texture, bool isReadable)
Parameters
| Type | Name | Description |
|---|---|---|
| Texture2D | texture | Texture. |
| Boolean | isReadable | Does the texture need to be readable. |