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. |
R16 | R16 texture format. |
R8 | R8 texture format. |
RG16 | RG16 texture format. |
ARGB16 | ARGB4444 texture format. |
RGBA32 | RGBA32 texture format. |
ARGB32 | ARGB32 texture format. |
RGBA16 | RGBA4444 texture format. |
RHalf | RHalf half-precision floating point texture format. |
RGHalf | RGHalf half-precision floating point texture format. |
RGBAHalf | RGBAHalf half-precision floating point texture format. |
RFloat | RFloat floating point texture format. |
RGFloat | RGFloat floating point texture format. |
RGBAFloat | RGBAFloat floating point RGBA texture format. |
RGB9E5 | TextureFormat.RGB9e5Float packed unsigned floating point texture format with shared exponent. |
BC4 | BC4 compressed texture format. |
BC5 | BC5 compressed texture format. |
BC6H | BC6H compressed HDR texture format. |
BC7 | BC7 compressed texture format. |
DXT1Crunched | DXT1 compressed texture format using Crunch compression for smaller storage sizes. |
DXT5Crunched | DXT5 compressed texture format using Crunch compression for smaller storage sizes. |
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 専用) |
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_4x4 | ASTC compressed RGB(A) texture format, 4x4 block size. |
ASTC_5x5 | ASTC compressed RGB(A) texture format, 5x5 block size. |
ASTC_6x6 | ASTC compressed RGB(A) texture format, 6x6 block size. |
ASTC_8x8 | ASTC compressed RGB(A) texture format, 8x8 block size. |
ASTC_10x10 | ASTC compressed RGB(A) texture format, 10x10 block size. |
ASTC_12x12 | ASTC compressed RGB(A) texture format, 12x12 block size. |
ETC_RGB4Crunched | ETC_RGB4 compressed texture format using Crunch compression for smaller storage sizes. |
ETC2_RGBA8Crunched | ETC2_RGBA8 compressed color with alpha channel texture format using Crunch compression for smaller storage sizes. |
ASTC_HDR_4x4 | ASTC compressed RGB(A) HDR texture format, 4x4 block size. |
ASTC_HDR_5x5 | ASTC compressed RGB(A) HDR texture format, 5x5 block size. |
ASTC_HDR_6x6 | ASTC compressed RGB(A) HDR texture format, 6x6 block size. |
ASTC_HDR_8x8 | ASTC compressed RGB(A) HDR texture format, 8x8 block size. |
ASTC_HDR_10x10 | ASTC compressed RGB(A) HDR texture format, 10x10 block size. |
ASTC_HDR_12x12 | ASTC compressed RGB(A) HDR texture format, 12x12 block size. |
RG32 | RG32 texture format. |
RGB48 | RGB48 texture format. |
RGBA64 | RGBA64 texture format. |