Stores platform specifics settings of a TextureImporter.
See Also: TextureImporter.
allowsAlphaSplitting | Allows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency). |
compressionQuality | Quality of texture compression in the range [0..100]. |
crunchedCompression | Use crunch compression when available. |
format | Format of imported texture. |
maxTextureSize | Maximum texture size. |
name | Name of the build target. |
overridden | Set to true in order to override the Default platform parameters by those provided in the TextureImporterPlatformSettings structure. |
resizeAlgorithm | For Texture to be scaled down choose resize algorithm. ( Applyed only when Texture dimension is bigger than Max Size ). |
textureCompression | Compression of imported texture. |
CopyTo | Copy parameters into another TextureImporterPlatformSettings object. |