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. |
BC6H | BC6H compressed HDR texture format. |
BC7 | BC7 compressed texture format. |
PVRTC_RGB2 | PowerVR/iOS PVRTC_RGB2 compressed texture format. |
PVRTC_RGBA2 | PowerVR/iOS PVRTC_RGBA2 compressed texture format. |
PVRTC_RGB4 | PowerVR/iOS PVRTC_RGB4 compressed texture format. |
PVRTC_RGBA4 | PowerVR/iOS PVRTC_RGBA4 compressed texture format. |
ETC_RGB4 | 1ピクセル4ビットの圧縮されたテクスチャ形式( OpenGL ES 2.0 専用) |
ATC_RGB4 | 1 ピクセル 4 ビットの圧縮されたテクスチャ形式 (ATC 専用) |
ATC_RGBA8 | 1 ピクセル 8 ビットの圧縮されたテクスチャ形式(ATC 専用) |
EAC_R | ETC2EAC 圧縮された 4bitspixel 符号なしの R テクスチャ形式 |
EAC_R_SIGNED | ETC2EAC 圧縮された 4bitspixel 符号ありの R テクスチャ形式 |
EAC_RG | ETC2EAC 圧縮された 8bitspixel 符号なしの RG テクスチャ形式 |
EAC_RG_SIGNED | ETC2EAC 圧縮された 4bitspixel 符号ありの RG テクスチャ形式 |
ETC2_RGB4 | ETC2 圧縮された 4bits/pixel の RGB テクスチャ形式 |
ETC2_RGB4_PUNCHTHROUGH_ALPHA | ETC2 圧縮された 4bits/pixel の RGB + 1bit アルファのテクスチャ形式 |
ETC2_RGBA8 | ETC2 圧縮された 8bits/pixel の RGBA テクスチャ形式 |
ASTC_RGB_4x4 | ASTC 圧縮された RGB テクスチャ形式。4x4 のブロックサイズ |
ASTC_RGB_5x5 | ASTC 圧縮された RGB テクスチャ形式。5x5 のブロックサイズ |
ASTC_RGB_6x6 | ASTC 圧縮された RGB テクスチャ形式。6x6 のブロックサイズ |
ASTC_RGB_8x8 | ASTC 圧縮された RGB テクスチャ形式。8x8 のブロックサイズ |
ASTC_RGB_10x10 | ASTC 圧縮された RGB テクスチャ形式。10x10 のブロックサイズ |
ASTC_RGB_12x12 | ASTC 圧縮された RGB テクスチャ形式。12x12 のブロックサイズ |
ASTC_RGBA_4x4 | ASTC 圧縮された RGBA テクスチャ形式。4x4 のブロックサイズ |
ASTC_RGBA_5x5 | ASTC 圧縮された RGBA テクスチャ形式。5x5 のブロックサイズ |
ASTC_RGBA_6x6 | ASTC 圧縮された RGBA テクスチャ形式。6x6 のブロックサイズ |
ASTC_RGBA_8x8 | ASTC 圧縮された RGBA テクスチャ形式。8x8 のブロックサイズ |
ASTC_RGBA_10x10 | ASTC 圧縮された RGBA テクスチャ形式。10x10 のブロックサイズ |
ASTC_RGBA_12x12 | ASTC 圧縮された RGBA テクスチャ形式。12x12 のブロックサイズ |