TextureImporter で使用するテクスチャの形式
Most of the values match the ones in TextureFormat, with addition of the "Automatic" ones that pick the best format based
on platform and texture type or usage.
関連項目: TextureImporter.textureFormat.
| Automatic | Choose texture format automatically based on the texture parameters. |
| DXT1 | DXT1 compressed texture format. |
| DXT5 | DXT5 compressed texture format. |
| RGB16 | RGB565 texture format. |
| RGB24 | RGB24 texture format. |
| Alpha8 | Alpha8 texture format. |
| ARGB16 | ARGB4444 texture format. |
| RGBA32 | RGBA32 texture format. |
| ARGB32 | ARGB32 texture format. |
| RGBA16 | RGBA4444 texture format. |
| RGBAHalf | RGBAHalf floating point texture format. |
| BC4 | BC4 compressed texture format. |
| BC5 | BC5 compressed texture format. |