Version: 2019.1

TextureImporterPlatformSettings

class in UnityEditor

Switch to Manual

Description

Stores platform specifics settings of a TextureImporter.

See Also: TextureImporter.

Variables

allowsAlphaSplittingAllows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency).
androidETC2FallbackOverrideOverride for ETC2 decompression fallback on Android devices that don't support ETC2.
compressionQualityQuality of texture compression in the range [0..100].
crunchedCompressionUse crunch compression when available.
formatформат импортированной текстуры
maxTextureSizeМаксимальный размер текстуры
nameName of the build target.
overriddenSet to true in order to override the Default platform parameters by those provided in the TextureImporterPlatformSettings structure.
resizeAlgorithmFor Texture to be scaled down choose resize algorithm. ( Applyed only when Texture dimension is bigger than Max Size ).
textureCompressionCompression of imported texture.

Public Functions

CopyToCopy parameters into another TextureImporterPlatformSettings object.